#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 | |
GLFONT * | glFont |
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