freetype
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ft] returned DataType for FT_New_Face


From: suzuki toshiya
Subject: Re: [ft] returned DataType for FT_New_Face
Date: Wed, 22 Aug 2007 20:07:07 +0900
User-agent: IceDove 1.5.0.10 (X11/20070420)

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]