Atif Gulzar a écrit : >Is it possible to optimize FT_Init_FreeType to load FT_Library only >for TrueType fonts? Or it makes no difference? > > > What do you mean by "optimizing".
A/ Do you want to make the function faster ? B/ Do you want to reduce the size of the library, by only compiling selected modules to support only the TrueType format ? I doubt that A/ would be interesting. As for B/, you'll need to change your freetype/config/ftmodule.h to match the modules you want to include. Look at INSTALL.ANY in the "docs" folder. Regards, - David Turner - The FreeType Project (www.freetype.org) >-- >Best Regards, >Atif > > >_______________________________________________ >Freetype mailing list >[email protected] >http://lists.nongnu.org/mailman/listinfo/freetype > > _______________________________________________ Freetype mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/freetype
