khaledhosny / luaotfload

Moved to https://github.com/latex3/luaotfload
23 stars 15 forks source link

Ex-height of Biolinum #45

Closed wspr closed 11 years ago

wspr commented 12 years ago

Not sure if this has already been addressed elsewhere, but Michael Niedermair reported a problem to me some time back; Luaotfload is returning the "wrong" value for the ex-height in this font, when XeTeX seems to work fine:

\documentclass{article}
\usepackage{luaotfload}
\begin{document}
\makeatletter

biolinum x = {\font\x="file:LinBiolinum_R.otf"\x
     \@tempdima=1ex%
     \the\fontcharht\font`\x \quad  1ex=\the\@tempdima%
     }\par\bigskip

\end{document}
khaledhosny commented 12 years ago

That is a bug in the font, see http://tex.stackexchange.com/a/49651/729.

wspr commented 11 years ago

Good to hear, for us :)

khaledhosny commented 11 years ago

IIRC, the fonts have been fixed anyway.