30 #ifndef _CEGUIFreeTypeFont_h_
31 #define _CEGUIFreeTypeFont_h_
33 #include "CEGUIFont.h"
34 #include "CEGUIImage.h"
35 #include "CEGUIDataContainer.h"
38 #include FT_FREETYPE_H
92 const bool anti_aliased,
const String& font_filename,
93 const String& resource_group =
"",
94 const bool auto_scaled =
false,
95 const float native_horz_res = 640.0f,
96 const float native_vert_res = 480.0f);
141 CodepointMap::const_iterator e)
const;
149 void rasterise(utf32 start_codepoint, utf32 end_codepoint)
const;
169 #endif // end of guard _CEGUIFreeTypeFont_h_