Go to the source code of this file.
Compounds | |
| struct | GLFONT |
| struct | GLFONTCHAR |
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) |
|
|
Definition at line 13 of file glfont.h. Referenced by CheckForCollision(), CheckPointInSphere(), ColorDialogHook(), IsZeroVector(), NameOfProc(), WinMain(), and WndProc(). |
|
|
Definition at line 9 of file glfont.h. Referenced by CheckForCollision(), CheckPointInSphere(), ColorDialogHook(), IsZeroVector(), NameOfProc(), WinMain(), and WndProc(). |
|
|
Referenced by DrawGLScene(). |
|
||||||||||||||||
|
Referenced by InitGL(). |
|
|
Referenced by WndProc(). |
|
|
Referenced by DrawGLScene(). |
|
||||||||||||||||||||
|
Referenced by DrawGLScene(). |
1.2.15