#include <streamwrap.H>
#include <malloc.h>
#include "glfont.H"
#include <TexDB.H>
#include <Texture.H>
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) |
Variables | |
GLFONT * | glFont |
|
|
|
|
|
|
|
|
|
|
|
|