#include <Font.h>
Public Member Functions | |
Font (void) | |
GLvoid | Print (const char *,...) |
~Font (void) | |
Private Member Functions | |
GLvoid | BuildFont (GLvoid) |
Private Attributes | |
HDC | hDC |
GLuint | base |
Font::Font | ( | void | ) |
default constructor for the font
Font::~Font | ( | void | ) |
font destructor
GLvoid Font::Print | ( | const char * | fmt, | |
... | ||||
) |
print method
GLvoid Font::BuildFont | ( | GLvoid | ) | [private] |
building the font
HDC Font::hDC [private] |
GLuint Font::base [private] |