> Note, however, that you can use
>
>  face->glyph->library
>
> since FreeType always creates an `FT_GlyphSlot' object if the face index
is
> >= 0.  In other words, it is not necessary to carry both `FT_Face' and
> `FT_Library'.

Ohhhh, that is an amazing life hack, thanks! :D  Couldn't find the library
in `FT_FaceRec' directly and expected it to be in `FT_Face_Internal' which
is why I stopped looking for it anywhere else.

Armin


_______________________________________________
Freetype-devel mailing list
Freetype-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/freetype-devel

Reply via email to