#include <Text.h>
Public Member Functions | |
| void | buildFont () |
| void | killFont () |
| void | glPrint (int posx, int posy, const char *fmt,...) |
| void Text::buildFont | ( | ) |
Creates the font.
| void Text::killFont | ( | ) |
Removes the font.
| void Text::glPrint | ( | int | posx, | |
| int | posy, | |||
| const char * | fmt, | |||
| ... | ||||
| ) |
Prints text on the screen.
| posx | x-position of the text | |
| posy | y-position of the text | |
| fmt | the text |
1.5.4