#include <FTGLExtrdFont.h>
Inheritance diagram for FTGLExtrdFont:
Definition at line 16 of file FTGLExtrdFont.h.
Public Member Functions | |
FTGLExtrdFont (const char *fontFilePath) | |
Open and read a font file. | |
FTGLExtrdFont (const unsigned char *pBufferBytes, size_t bufferSizeInBytes) | |
Open and read a font from a buffer in memory. | |
~FTGLExtrdFont () | |
Destructor. | |
void | Depth (float d) |
Set the extrusion distance for the font. |
|
Open and read a font file. Sets Error flag.
Definition at line 5 of file FTGLExtrdFont.cpp. |
|
Open and read a font from a buffer in memory. Sets Error flag.
Definition at line 11 of file FTGLExtrdFont.cpp. |
|
Destructor.
Definition at line 17 of file FTGLExtrdFont.cpp. |
|
Set the extrusion distance for the font.
Reimplemented from FTFont. Definition at line 44 of file FTGLExtrdFont.h. |