On Thu, Dec 14, 2017 at 09:41:31AM -0700, Alex Henrie wrote:
2017-11-10 10:10 GMT-07:00 Marcus Meissner meissner@suse.de:
long story short, in the loader we get these values: fixme:font:get_outline_text_metrics L"Goha-Tibeb Zemen" sCapHeight=-32768 fixme:font:get_outline_text_metrics L"Goha-Tibeb Zemen" sxHeight=-32768
What version of FreeType do you have (`freetype-config --version`)? I just noticed that on Arch (FreeType 21.0.15), sCapHeight and sxHeight are both 0 for this font. So, either I'm testing it wrong or new versions of FreeType are changing -32768 to 0.
I have 2.7.1 as package version, and freetype-config reports 19.0.13.
Ciao, Marcus