FZ> FT_New_Face( library,..., &face );
FZ> 
FZ> pcfface = (PCF_Public_Face)face;

KP> How to I know this cast is correct?  Where is the check that ensures the 
KP> call to FT_New_Face has found a PCF font rather than a TrueType font?

There is an handler to the driver in the FT_Face object.  But I prefer
to check this with FreeType's gurus...

-francesco
_______________________________________________
Fonts mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/fonts

Reply via email to