Public Member Functions | Static Public Member Functions

MyGUI::FontManager Class Reference

#include <MyGUI_FontManager.h>

Public Member Functions

 FontManager ()
 ~FontManager ()
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)
IFontgetByName (const std::string &_name)

Static Public Member Functions

static FontManagergetInstance ()
static FontManagergetInstancePtr ()

Detailed Description

Definition at line 37 of file MyGUI_FontManager.h.


Constructor & Destructor Documentation

MyGUI::FontManager::FontManager (  ) 

Definition at line 39 of file MyGUI_FontManager.cpp.

MyGUI::FontManager::~FontManager (  ) 

Definition at line 39 of file MyGUI_FontManager.cpp.


Member Function Documentation

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.

FontManager & MyGUI::FontManager::getInstance (  )  [static]

Definition at line 39 of file MyGUI_FontManager.cpp.

FontManager * MyGUI::FontManager::getInstancePtr (  )  [static]

Definition at line 39 of file MyGUI_FontManager.cpp.

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.


The documentation for this class was generated from the following files: