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