30 #ifndef _CEGUIFreeTypeFont_h_
31 #define _CEGUIFreeTypeFont_h_
33 #include "CEGUI/Font.h"
34 #include "CEGUI/DataContainer.h"
35 #include "CEGUI/BasicImage.h"
38 #include FT_FREETYPE_H
97 const bool anti_aliased,
const String& font_filename,
98 const String& resource_group =
"",
100 const Sizef& native_res =
Sizef(640.0f, 480.0f),
101 const float specific_line_spacing = 0.0f);
146 CodepointMap::const_iterator e)
const;
156 void initialiseGlyphMap();
160 void rasterise(utf32 start_codepoint, utf32 end_codepoint)
const;
187 #endif // end of guard _CEGUIFreeTypeFont_h_