[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