#include <fontunic.h>
Inheritance diagram for GltFontUnicode:


Public Methods | |
| GltFontUnicode (void *data=NULL) | |
| Constructor. | |
| ~GltFontUnicode () | |
| Destructor. | |
| void | init (void *) |
| Initialise font using current OpenGL context. | |
| void | clear () |
| 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. | |
| int | width (const wchar_t ch) const |
| Get the width of a particular character. | |
Definition at line 51 of file fontunic.h.
1.2.18