[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Height of Unicode chars is not right
From: |
Rasmus |
Subject: |
Re: Height of Unicode chars is not right |
Date: |
Tue, 22 Sep 2015 19:27:47 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) |
Eli Zaretskii <eliz@gnu.org> writes:
> The Latin Modern Math font (and many other "math" fonts) specify a
> preposterously large global height value. Previously, Emacs always
> obeyed that global value, with the effect that you see. In the
> development sources, we ignore such large values, and instead compute
> our own value using the actual characters from the font.
>
> If you want to work around that in Emacs before 25.1, find a font that
> supports those symbols, but does not specify such large height values.
>From the same bug that Eli talks, the face-ignored-fonts variable was
mentioned. This may also be helpful in Emacs<25.
;; see http://permalink.gmane.org/gmane.emacs.bugs/103083
(setq face-ignored-fonts '("Latin Modern Math"))
Rasmus
--
However beautiful the theory, you should occasionally look at the evidence
- Height of Unicode chars is not right, Rusi, 2015/09/22
- Re: Height of Unicode chars is not right, Grant Rettke, 2015/09/22
- Re: Height of Unicode chars is not right, Óscar Fuentes, 2015/09/22
- Re: Height of Unicode chars is not right, Sergey Organov, 2015/09/22
- Message not available
- Re: Height of Unicode chars is not right, Óscar Fuentes, 2015/09/22
- Re: Height of Unicode chars is not right, Eli Zaretskii, 2015/09/22
- Re: Height of Unicode chars is not right, Óscar Fuentes, 2015/09/22
- Re: Height of Unicode chars is not right, Eli Zaretskii, 2015/09/22
- Message not available
- Re: Height of Unicode chars is not right, Rusi, 2015/09/22
- Message not available
- Re: Height of Unicode chars is not right, Rusi, 2015/09/22
- Re: Height of Unicode chars is not right, Eli Zaretskii, 2015/09/23
- Message not available
- Re: Height of Unicode chars is not right, Rusi, 2015/09/23
- Re: Height of Unicode chars is not right, Óscar Fuentes, 2015/09/23
- Re: Height of Unicode chars is not right, Eli Zaretskii, 2015/09/23