PixelLightAPI
.
|
#include <FontManager.h>
Public Member Functions | |
PLGUI_API | FontManager (Gui &cGui) |
Constructor. | |
PLGUI_API | ~FontManager () |
Destructor. | |
PLGUI_API Gui * | GetGui () const |
Get owner GUI. | |
PLGUI_API const PLCore::List < FontInfo > & | GetFonts () |
Get list of all available fonts. | |
Protected Attributes | |
Gui * | m_pGui |
PLCore::List< FontInfo > | m_lstFonts |
bool | m_bFilled |
Font manager.
PLGUI_API PLGui::FontManager::FontManager | ( | Gui & | cGui | ) |
Constructor.
[in] | cGui | Owner GUI |
PLGUI_API PLGui::FontManager::~FontManager | ( | ) |
Destructor.
PLGUI_API Gui* PLGui::FontManager::GetGui | ( | ) | const |
Get owner GUI.
PLGUI_API const PLCore::List<FontInfo>& PLGui::FontManager::GetFonts | ( | ) |
Get list of all available fonts.
Gui* PLGui::FontManager::m_pGui [protected] |
Pointer to GUI
PLCore::List<FontInfo> PLGui::FontManager::m_lstFonts [protected] |
List of available fonts
bool PLGui::FontManager::m_bFilled [protected] |
Has the font list been filled?
|