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