#include "glwrap.H"
Go to the source code of this file.
Classes | |
struct | GLFONT |
struct | GLFONTCHAR |
Defines | |
#define | TRUE 1 |
#define | FALSE 0 |
Functions | |
int | glFontCreate (GLFONT *Font, char *FileName) |
void | glFontDestroy (GLFONT *Font) |
void | glFontBegin (GLFONT *Font) |
void | glFontEnd (void) |
void | glFontTextOut (char *String, float x, float y, float z, GLFONT *Font) |
float | glFontBox (char *String, float x, float y, float z, GLFONT *Font) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|