MyGUI
3.2.1
|
#include <MyGUI_FontManager.h>
Public Member Functions | |
FontManager () | |
void | initialise () |
void | shutdown () |
const std::string & | getDefaultFont () const |
void | setDefaultFont (const std::string &_value) |
IFont * | getByName (const std::string &_name) const |
Definition at line 21 of file MyGUI_FontManager.h.
Definition at line 21 of file MyGUI_FontManager.cpp.
IFont * MyGUI::FontManager::getByName | ( | const std::string & | _name | ) | const |
Get font resource
Definition at line 89 of file MyGUI_FontManager.cpp.
const std::string & MyGUI::FontManager::getDefaultFont | ( | ) | const |
Get default font name. Default skin also used when creating widget with skin that doesn't exist.
Definition at line 108 of file MyGUI_FontManager.cpp.
void MyGUI::FontManager::initialise | ( | ) |
Definition at line 29 of file MyGUI_FontManager.cpp.
void MyGUI::FontManager::setDefaultFont | ( | const std::string & | _value | ) |
Get default font name. Default skin also used when creating widget with skin that doesn't exist.
Definition at line 84 of file MyGUI_FontManager.cpp.
void MyGUI::FontManager::shutdown | ( | ) |
Definition at line 46 of file MyGUI_FontManager.cpp.