bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#39082: Inconsolata v3.000 has too wide spacing


From: Eli Zaretskii
Subject: bug#39082: Inconsolata v3.000 has too wide spacing
Date: Sun, 12 Jan 2020 19:52:40 +0200

> Date: Sun, 12 Jan 2020 18:56:08 +0200
> From: Eli Zaretskii <eliz@gnu.org>
> Cc: 39082@debbugs.gnu.org
> 
> > Date: Sun, 12 Jan 2020 17:37:58 +0200
> > From: Eli Zaretskii <eliz@gnu.org>
> > Cc: 39082@debbugs.gnu.org
> > 
> > Sadly, I have no idea how to go about investigating this problem
> > further, maybe someone else does?
> 
> One idea is to look at the character glyph metric we get from the font
> here:

An easier way to get at the character glyph metrics is like this:

  M-: (font-get-glyphs (font-at 1) 1 2) RET

This should show the glyph metrics of the font glyph used to display
the character at buffer position 1.  (Change 1 to any other buffer
position to report on a character there, and then change 2 to 1 more
than that position, for example 100 and 101 for the character at
buffer position 100.)

I'm mostly interested in the WIDTH element (the 5th element) of the
result, but maybe others will also show something important.  It would
be also interesting to compare this with a font that is displayed
"normally".

Thanks.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]