MyGUI  3.2.0
Public Member Functions
MyGUI::FontManager Class Reference

#include <MyGUI_FontManager.h>

+ Inheritance diagram for MyGUI::FontManager:

Public Member Functions

 FontManager ()
 
void initialise ()
 
void shutdown ()
 
const std::string & getDefaultFont () const
 
void setDefaultFont (const std::string &_value)
 
IFontgetByName (const std::string &_name) const
 
- Public Member Functions inherited from MyGUI::Singleton< FontManager >
 Singleton ()
 
virtual ~Singleton ()
 
- Public Member Functions inherited from MyGUI::MemberObsolete< FontManager >
bool load (const std::string &_file)
 

Additional Inherited Members

- Public Types inherited from MyGUI::Singleton< FontManager >
typedef Singleton< FontManagerBase
 
- Static Public Member Functions inherited from MyGUI::Singleton< FontManager >
static FontManagergetInstance ()
 
static FontManagergetInstancePtr ()
 
static const char * getClassTypeName ()
 
- Static Protected Attributes inherited from MyGUI::Singleton< FontManager >
static const char * mClassTypeName
 

Detailed Description

Definition at line 36 of file MyGUI_FontManager.h.

Constructor & Destructor Documentation

MyGUI::FontManager::FontManager ( )

Definition at line 40 of file MyGUI_FontManager.cpp.

Member Function Documentation

IFont * MyGUI::FontManager::getByName ( const std::string &  _name) const

Get font resource

Definition at line 206 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 225 of file MyGUI_FontManager.cpp.

void MyGUI::FontManager::initialise ( )

Definition at line 45 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 201 of file MyGUI_FontManager.cpp.

void MyGUI::FontManager::shutdown ( )

Definition at line 61 of file MyGUI_FontManager.cpp.


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