#include <FTGLPolygonFont.h>
Inheritance diagram for FTGLPolygonFont:
Definition at line 17 of file FTGLPolygonFont.h.
Public Member Functions | |
FTGLPolygonFont (const char *fontFilePath) | |
Open and read a font file. | |
FTGLPolygonFont (const unsigned char *pBufferBytes, size_t bufferSizeInBytes) | |
Open and read a font from a buffer in memory. | |
~FTGLPolygonFont () | |
Destructor. |
|
Open and read a font file. Sets Error flag.
Definition at line 5 of file FTGLPolygonFont.cpp. |
|
Open and read a font from a buffer in memory. Sets Error flag.
Definition at line 10 of file FTGLPolygonFont.cpp. |
|
Destructor.
Definition at line 15 of file FTGLPolygonFont.cpp. |