29 #ifndef _CEGUIFreeTypeFont_h_
30 #define _CEGUIFreeTypeFont_h_
32 #include "CEGUI/Font.h"
33 #include "CEGUI/DataContainer.h"
34 #include "CEGUI/BasicImage.h"
37 #include FT_FREETYPE_H
96 const bool anti_aliased,
const String& font_filename,
97 const String& resource_group =
"",
99 const Sizef& native_res =
Sizef(640.0f, 480.0f),
100 const float specific_line_spacing = 0.0f);
145 CodepointMap::const_iterator e)
const;
155 void initialiseGlyphMap();
159 void rasterise(utf32 start_codepoint, utf32 end_codepoint)
const;
186 #endif // end of guard _CEGUIFreeTypeFont_h_