> What I need is a reliable mechanism (across Freetype versions and
> fonts) to determine if a font has horizontal hinting applied or not.
> It looks like it's something Freetype might need to provide, since
> the true answer seems to come from the interaction of flags, fonts,
> and engines.
> 
> Could this be something that I can read out of FT_FaceRec?

No, it can't, since FT_Load_Glyph's load flags determine that, which
comes later than the creation of `FT_Face'.


    Werner

_______________________________________________
Freetype-devel mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/freetype-devel

Reply via email to