#include <MyGUI_FontManager.h>
Public Member Functions | |
| void | initialise () |
| void | shutdown () |
| bool | load (const std::string &_file) |
| void | _load (xml::ElementPtr _node, const std::string &_file, Version _version) |
| const std::string & | getDefaultFont () |
| void | setDefaultFont (const std::string &_value) |
| IFont * | getByName (const std::string &_name) |
Definition at line 37 of file MyGUI_FontManager.h.
| void MyGUI::FontManager::_load | ( | xml::ElementPtr | _node, | |
| const std::string & | _file, | |||
| Version | _version | |||
| ) |
Definition at line 77 of file MyGUI_FontManager.cpp.
| IFont * MyGUI::FontManager::getByName | ( | const std::string & | _name | ) |
Get font resource
Definition at line 208 of file MyGUI_FontManager.cpp.
| const std::string& MyGUI::FontManager::getDefaultFont | ( | ) | [inline] |
Definition at line 49 of file MyGUI_FontManager.h.
| void MyGUI::FontManager::initialise | ( | ) |
Definition at line 41 of file MyGUI_FontManager.cpp.
| bool MyGUI::FontManager::load | ( | const std::string & | _file | ) |
Load additional MyGUI *_font.xml file
Definition at line 72 of file MyGUI_FontManager.cpp.
| void MyGUI::FontManager::setDefaultFont | ( | const std::string & | _value | ) |
Definition at line 203 of file MyGUI_FontManager.cpp.
| void MyGUI::FontManager::shutdown | ( | ) |
Definition at line 58 of file MyGUI_FontManager.cpp.
1.6.1