Al's Programming Resource Homepage  Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members  

glfont.h File Reference

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)


Define Documentation

#define FALSE   0
 

Definition at line 13 of file glfont.h.

Referenced by CheckForCollision(), CheckPointInSphere(), ColorDialogHook(), IsZeroVector(), NameOfProc(), WinMain(), and WndProc().

#define TRUE   1
 

Definition at line 9 of file glfont.h.

Referenced by CheckForCollision(), CheckPointInSphere(), ColorDialogHook(), IsZeroVector(), NameOfProc(), WinMain(), and WndProc().


Function Documentation

void glFontBegin GLFONT   Font
 

Referenced by DrawGLScene().

int glFontCreate GLFONT   Font,
char *    FileName,
int    Tex
 

Referenced by InitGL().

void glFontDestroy GLFONT   Font
 

Referenced by WndProc().

void glFontEnd void   
 

Referenced by DrawGLScene().

void glFontTextOut char *    String,
float    x,
float    y,
float    z
 

Referenced by DrawGLScene().


Generated on Fri Dec 23 05:17:02 2005 for Dialogs, Text & FPS by doxygen1.2.15