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

Definition at line 17 of file FTGLOutlineFont.h.
| Public Member Functions | |
| FTGLOutlineFont (const char *fontFilePath) | |
| Open and read a font file. | |
| FTGLOutlineFont (const unsigned char *pBufferBytes, size_t bufferSizeInBytes) | |
| Open and read a font from a buffer in memory. | |
| ~FTGLOutlineFont () | |
| 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 FTGLOutlineFont.cpp. | 
| 
 | ||||||||||||
| Open and read a font from a buffer in memory. Sets Error flag. 
 
 Definition at line 10 of file FTGLOutlineFont.cpp. | 
| 
 | 
| Destructor. 
 Definition at line 15 of file FTGLOutlineFont.cpp. | 
| 
 | 
| Renders a string of characters. 
 
 Reimplemented from FTFont. Definition at line 51 of file FTGLOutlineFont.cpp. References FTFont::Render(). | 
| 
 | 
| Renders a string of characters. 
 
 Reimplemented from FTFont. Definition at line 34 of file FTGLOutlineFont.cpp. References FTFont::Render(). | 
 1.3.6
 
1.3.6