Hello,

does
FT_Get_Glyph() allocate necessary memory
for the glyph-structures by itself, or do I have to allocate it?

FT_Glyph is a pointer to a
 struct FT_GlyphRec_

So I give the Adress of that pointer itself to
FT_Get_Glyph().

Can i assume, that all necessary records will be allocated by
FT_Get_Glyph and free'd by FT_Done_glyph()?

I did not found more details in the documentation.

So I'm not clear how to handle that stuff correctly.


Ciao,
   Oliver


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

Reply via email to