This graph shows which files directly or indirectly include this file:
Classes | |
struct | GLFONTCHAR |
struct | GLFONT |
Defines | |
#define | TRUE 1 |
#define | FALSE 0 |
Functions | |
int | glFontCreate (GLFONT *Font, char *FileName, int Tex) |
void | glFontDestroy (GLFONT *Font) |
void | glFontBegin (GLFONT *Font) |
void | glFontEnd (void) |
void | glFontTextOut (char *String, float x, float y, float z) |
#define FALSE 0 |
#define TRUE 1 |
void glFontBegin | ( | GLFONT * | Font | ) |
glfontbegin
int glFontCreate | ( | GLFONT * | Font, | |
char * | FileName, | |||
int | Tex | |||
) |
font creation
void glFontDestroy | ( | GLFONT * | Font | ) |
destroy font method
void glFontEnd | ( | void | ) |
glfontend
void glFontTextOut | ( | char * | String, | |
float | x, | |||
float | y, | |||
float | z | |||
) |
glfonttextout