Re: [ft] returned DataType for FT_New_Face

2007-08-23 Thread Werner LEMBERG
if I put this line of code... error = FT_New_Face( library, fname, 0, face ) ... then what should I set error to? The type is FT_Error. FT_Err_Ok is the value 0. ex... int, string, unsigned int etc... This should be of no importance. There is a set of predefined error codes with

[ft] returned DataType for FT_New_Face

2007-08-22 Thread bnTheMan
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... -- View this message in context: http://www.nabble.com/returned-DataType-for-FT_New_Face-tf4310539.html#a12271292 Sent from the

Re: [ft] returned DataType for FT_New_Face

2007-08-22 Thread suzuki toshiya
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