[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ft] FreeType2 configuration
From: |
Cyphre |
Subject: |
[ft] FreeType2 configuration |
Date: |
Thu, 1 Sep 2005 00:50:59 +0200 |
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