Hi,

bnTheMan wrote:
HI,

if I put this line of code...

error = FT_New_Face( library, fname, 0, &face )

... then what should I set error to? ex... int, string, unsigned int etc...

Please consider the convenient web page at

http://www.freetype.org/freetype2/docs/reference/ft2-base_interface.html

(and linked pages). You will find that the returned type of
FT_New_Face() is FT_Error. Also what you can check what is
FT_Error type via the page.

Regards,
mpsuzuki


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

Reply via email to