#include <fontasci.h>
Inheritance diagram for GltFontAscii:
Public Methods | |
GltFontAscii (void *data=NULL) | |
Constructor. | |
~GltFontAscii () | |
Destructor. | |
void | init (void *) |
Initialise font using current OpenGL context. | |
void | clear () |
Free all OpenGL resources (textures and display lists). | |
bool | print (const wchar_t ch) const |
Print a character at the current OpenGL raster position. | |
bool | print (const std::wstring &str) const |
Print a string at the current OpenGL raster position. |
Fonts here are borrowed from the collection by Yossi Gil: http://www.simtel.net/pub/simtelnet/msdos/screen/fntcol16.zip
Definition at line 50 of file fontasci.h.