hi

im trying to compile a compact version of freetype 2.3.9 with only truetype
support.

to do this i configured ftmodule.h with only the following entry...

FT_USE_MODULE( FT_Driver_ClassRec, tt_driver_class )

However, calling  FT_Set_Char_Size results in a crash, in ftobjs.c, as shown
in the attached picture, because "driver" is nil.

How can i find out which modules I need to include to only support truetype?

thanks

ab

<<attachment: ftcrash.png>>

_______________________________________________
Freetype mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/freetype

Reply via email to