On Wed, Sep 19, 2018 at 2:37 AM Kevin Rogovin <[email protected]> wrote:
> I am thinking that whether or not glyph metrics are loaded with 
> FT_LOAD_NO_RECURSE is dependent on font driver, i.e font format.

No. It depends on the glyph format (FT_GlyphSlot->format)
https://www.freetype.org/freetype2/docs/reference/ft2-basic_types.html#FT_Glyph_Format
You should not be using metrics from FT_GLYPH_FORMAT_COMPOSITE. For
other glyph formats this flag does nothing but imposes those other
flag dependencies.

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

Reply via email to