#include <FixedWidthFont.h>
Public Member Functions | |
~FixedWidthFont () | |
Static Public Member Functions | |
static FixedWidthFont * | Create (std::string iniroot) |
Public Attributes | |
int | width |
int | height |
int | align_x |
int | align_y |
Texture * | tex |
Definition at line 25 of file FixedWidthFont.h.
FixedWidthFont::~FixedWidthFont | ( | ) |
FixedWidthFont * FixedWidthFont::Create | ( | std::string | iniroot | ) | [static] |
Definition at line 27 of file FixedWidthFont.cpp.
References align_x, Texture::Create(), ConfigFileManager::get(), FileSystem::get_instance(), ConfigFileManager::get_instance(), Texture::height, height, perr, FileSystem::ReadFile(), tex, Texture::width, and width.
Referenced by GUIApp::LoadConsoleFont().
Definition at line 29 of file FixedWidthFont.h.
Definition at line 27 of file FixedWidthFont.h.
Referenced by Create(), Console::DrawConsole(), Console::DrawConsoleNotify(), and GUIApp::paint().
Definition at line 26 of file FixedWidthFont.h.
Referenced by Console::CheckResize(), Create(), Console::DrawConsole(), Console::DrawConsoleNotify(), and GUIApp::paint().