unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Akib Azmain Turja <akib@disroot.org>
To: help-gnu-emacs <help-gnu-emacs@gnu.org>
Subject: How much is one em (image size unit)?
Date: Fri, 31 Mar 2023 19:38:25 +0600	[thread overview]
Message-ID: <87y1nddory.fsf@disroot.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 1064 bytes --]


I'm trying to show an image such that it has same height as the text and
resizes relatively with text scale.  I've achieved this with the 'em'
unit as described in (elisp)Image Descriptors.  But 1 em seems to be
pretty smaller than the font size.  How to figure out correct value in
em unit such that image and the text has correct height?

So far I've reached till this:

--8<---------------cut here---------------start------------->8---
(insert (propertize "f" 'display '(image :type xpm :height (1 . em) :ascent center :data "/* XPM */
static char * blarg_xpm[] = {
\"16 7 2 1\",
\"* c #000000\",
\". c #ffffff\",
\"**..*...........\",
\"*.*.*...........\",
\"**..*..**.**..**\",
\"*.*.*.*.*.*..*.*\",
\"**..*..**.*...**\",
\"...............*\",
\".............**.\"
};")))
--8<---------------cut here---------------end--------------->8---

-- 
Akib Azmain Turja, GPG key: 70018CE5819F17A3BBA666AFE74F0EFA922AE7F5
Fediverse: akib@hostux.social
Codeberg: akib
emailselfdefense.fsf.org | "Nothing can be secure without encryption."

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

             reply	other threads:[~2023-03-31 13:38 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-31 13:38 Akib Azmain Turja [this message]
2023-03-31 14:40 ` How much is one em (image size unit)? Manuel Giraud via Users list for the GNU Emacs text editor
2023-03-31 16:32   ` Akib Azmain Turja
2023-03-31 17:36     ` Manuel Giraud via Users list for the GNU Emacs text editor
2023-03-31 17:57     ` Eli Zaretskii
2023-03-31 18:15       ` Akib Azmain Turja
2023-04-01 12:59         ` Eli Zaretskii
2023-04-02 22:27         ` Fu Yuan
2023-04-04  9:41           ` Akib Azmain Turja
2023-04-04 13:51             ` [External] : " Drew Adams
2023-04-04 18:13               ` Akib Azmain Turja
2023-04-04 18:46                 ` Drew Adams
2023-04-05 11:52               ` Michael Heerdegen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87y1nddory.fsf@disroot.org \
    --to=akib@disroot.org \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).