> 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?
What you describe is the standard interface of FreeType to be used
with any font. What you don't say is what kind of fonts you actually
want to use! Have a look into the file docs/INSTALL.ANY of the
currrent CVS to see which font drivers, renderers, and utility modules
are available.
Werner
_______________________________________________
Freetype mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/freetype