> 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_Err_XXX to compare with. Relying on numeric values is
dangerous since we sometimes change them.
Werner
_______________________________________________
Freetype mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/freetype