Hi, I have a code which is using only a few FreeType2 functions for TTF fonts rendering: FT_Init_FreeType FT_Done_FreeType FT_Done_Face FT_New_Memory_Face FT_New_Face FT_Attach_File FT_Select_Charmap FT_Set_Char_Size FT_Set_Pixel_Sizes FT_Get_Char_Index FT_Load_Glyph FT_Render_Glyph
I'd like to statically link the library to my application so it has as small size as possible. What minimal FreeType config would you suggest to achieve this? Unfortunately I haven't found much info about the FreeType configuration so even any good link to tutorial would be apreciated. Thanks in advance for your help, Richard _______________________________________________ Freetype mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/freetype
