7 #ifndef __MYGUI_FONT_MANAGER_H__
8 #define __MYGUI_FONT_MANAGER_H__
34 const std::string& getDefaultFont()
const;
38 void setDefaultFont(
const std::string& _value);
41 IFont* getByName(
const std::string& _name)
const;
47 std::string mDefaultName;
50 std::string mXmlFontTagName;
51 std::string mXmlPropertyTagName;
52 std::string mXmlDefaultFontValue;
57 #endif // __MYGUI_FONT_MANAGER_H__