#include <FTGLBufferFont.h>
Inheritance diagram for FTGLBufferFont:

Definition at line 18 of file FTGLBufferFont.h.
| Public Member Functions | |
| FTGLBufferFont (const char *fontname) | |
| Open and read a font file. | |
| FTGLBufferFont (const unsigned char *pBufferBytes, size_t bufferSizeInBytes) | |
| Open and read a font from a buffer in memory. | |
| void | SetClientBuffer (unsigned char *b) | 
| ~FTGLBufferFont () | |
| Destructor. | |
| void | Render (const char *string) | 
| Renders a string of characters. | |
| void | Render (const wchar_t *string) | 
| Renders a string of characters. | |
| 
 | 
| Open and read a font file. Sets Error flag. 
 
 Definition at line 5 of file FTGLBufferFont.cpp. | 
| 
 | ||||||||||||
| Open and read a font from a buffer in memory. Sets Error flag. 
 
 Definition at line 11 of file FTGLBufferFont.cpp. | 
| 
 | 
| Destructor. 
 Definition at line 17 of file FTGLBufferFont.cpp. | 
| 
 | 
| Renders a string of characters. 
 
 Reimplemented from FTFont. Definition at line 45 of file FTGLBufferFont.cpp. References FTFont::Render(). | 
| 
 | 
| Renders a string of characters. 
 
 Reimplemented from FTFont. Definition at line 36 of file FTGLBufferFont.cpp. References FTFont::Render(). | 
| 
 | 
| 
 Definition at line 37 of file FTGLBufferFont.h. | 
 1.3.6
 
1.3.6