7#ifndef MYGUI_FONT_MANAGER_H_
8#define MYGUI_FONT_MANAGER_H_
34 const std::string& getDefaultFont()
const;
38 void setDefaultFont(std::string_view
_value);
41 IFont* getByName(std::string_view
_name)
const;
47 std::string mDefaultName;
49 bool mIsInitialise{
false};
50 std::string mXmlFontTagName;
51 std::string mXmlPropertyTagName;
52 std::string mXmlDefaultFontValue;
#define MYGUI_SINGLETON_DECLARATION(ClassName)