$search
#include <tgFont.h>
Public Member Functions | |
| void | Print (const char *text, int size, int pos_x, int pos_y, float x, float y, float z, float a=1) const |
| void | Print (const char *text, int size, int pos_x, int pos_y) const |
| tgFont () | |
| ~tgFont () | |
Definition at line 20 of file tgFont.h.
| tgFont::tgFont | ( | ) |
Definition at line 10 of file tgFont.cpp.
| tgFont::~tgFont | ( | ) |
Definition at line 23 of file tgFont.cpp.
| void tgFont::Print | ( | const char * | text, | |
| int | size, | |||
| int | pos_x, | |||
| int | pos_y, | |||
| float | x, | |||
| float | y, | |||
| float | z, | |||
| float | a = 1 | |||
| ) | const |
Definition at line 41 of file tgFont.cpp.
| void tgFont::Print | ( | const char * | text, | |
| int | size, | |||
| int | pos_x, | |||
| int | pos_y | |||
| ) | const |
Definition at line 30 of file tgFont.cpp.