#include "extras/CGlobals.h"
#include <stdlib.h>
#include <string.h>
Go to the source code of this file.
Classes | |
class | cFont |
cFont is a generic and pure virtual Font interface, to be subclassed by platform-specific implementations. For the simplest, most portable approach, use this class and the static method createFont", which returns an actual Font object. You may also create subclass Font types directly (see below). Specific implementations can be found later in this file. More... | |
class | cGLUTBitmapFont |
OpenGL Fonts provided with the GLUT library. More... | |
class | cWin32BitmapFont |
A 2D, texture-based, win32-specific implementation of cFont. More... | |
Defines | |
#define | CHAI_DEFAULT_FONT_FACE "Arial" |
Default Font type. | |
#define | CHAI_DEFAULT_FONT_SIZE 12.0f |
Default Font size. |