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
97 const bool anti_aliased,
const String& font_filename,
98 const String& resource_group =
"",
99 const bool auto_scaled =
false,
100 const float native_horz_res = 640.0f,
101 const float native_vert_res = 480.0f,
102 const float specific_line_spacing = 0.0f);
147 CodepointMap::const_iterator e)
const;
155 void rasterise(utf32 start_codepoint, utf32 end_codepoint)
const;
177 #endif // end of guard _CEGUIFreeTypeFont_h_