D:/CHAI3D/build-2-0-0/2.0.0/win32/src/widgets/CFont.h File Reference

Widgets
Fonts. More...

#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.


Detailed Description

Widgets
Fonts.



CHAI3D 2.0.0 documentation
Please address any questions to support@chai3d.org
(C) 2003-2009 - CHAI 3D
All Rights Reserved.