Desktop/padoix/src/padoix/padoix/glfont.cpp File Reference

#include <windows.h>
#include <stdio.h>
#include <malloc.h>
#include <string.h>
#include <GL/glew.h>
#include "glfont.h"

Include dependency graph for glfont.cpp:

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)

Variables

GLFONTglFont


Function Documentation

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


Variable Documentation

GLFONT* glFont


Generated on Thu Jul 19 19:27:34 2007 for padoix by  doxygen 1.5.1-p1