#include <tgFont.h>
Public Member Functions | |
void | Print (const char *text, int size, int pos_x, int pos_y) const |
void | Print (const char *text, int size, int pos_x, int pos_y, float x, float y, float z, float a=1) const |
tgFont () | |
~tgFont () |
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 | ||
) | const |
Definition at line 30 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.