#include <TTFont.h>
Public Member Functions | |
TTFont (const string &, int) | |
~TTFont () | |
sge_TTFont * | GetFont () |
int | GetH () |
void | SetH (int) |
void | GetRect (const string &, SDL_Rect &) |
Private Attributes | |
sge_TTFont * | m_font |
int | m_h |
Static Private Attributes | |
bool | m_init = false |
|
Definition at line 52 of file TTFont.cpp. References m_font, and m_init.
|
|
Definition at line 77 of file TTFont.cpp. References m_font.
|
|
Definition at line 87 of file TTFont.cpp. References m_font.
|
|
Definition at line 93 of file TTFont.cpp. References m_h.
|
|
Definition at line 106 of file TTFont.cpp. References m_font.
|
|
Definition at line 99 of file TTFont.cpp.
|
|
Definition at line 40 of file TTFont.h. Referenced by GetFont(), GetRect(), SetH(), TTFont(), and ~TTFont(). |
|
|
|
Definition at line 50 of file TTFont.cpp. Referenced by TTFont(). |
|
|