> Will be using Freetype in an embedded product with two font files.
> Do I need to call FT_Init_FreeType for each file?  Obviously, will
> need to call FT_New_Face for each file but not sure if need a
> different library instance for each.

You can have multiple faces with one library instance.  However, you
must have one library instance for each thread.

Thus the answer is no: FT_Init_FreeType initializes the library
instance, not a face.

Please help improve the documentation!  What exactly were you missing?


    Werner

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

Reply via email to