freetype
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ft] FreeType2 configuration


From: Werner LEMBERG
Subject: Re: [ft] FreeType2 configuration
Date: Thu, 01 Sep 2005 23:49:02 +0200 (CEST)

> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]