FTGL 2.4.0
|
#include <FTGL/ftgl.h>
Go to the source code of this file.
Data Structures | |
class | FTExtrudeFont |
FTExtrudeFont is a specialisation of the FTFont class for handling extruded Polygon fonts. More... | |
Macros | |
#define | FTGLExtrdFont FTExtrudeFont |
Functions | |
FTGLfont * | ftglCreateExtrudeFont (const char *file) |
Create a specialised FTGLfont object for handling extruded polygon fonts. | |
FTGLfont * | ftglCreateExtrudeFontFromMem (const unsigned char *bytes, size_t len) |
Create a specialised FTGLfont object for handling extruded polygon fonts from a buffer in memory. | |
#define FTGLExtrdFont FTExtrudeFont |
Definition at line 85 of file FTGLExtrdFont.h.
FTGLfont * ftglCreateExtrudeFont | ( | const char * | file | ) |
Create a specialised FTGLfont object for handling extruded polygon fonts.
file | The font file name. |
References FTGL_EXPORT.
FTGLfont * ftglCreateExtrudeFontFromMem | ( | const unsigned char * | bytes, |
size_t | len ) |
Create a specialised FTGLfont object for handling extruded polygon fonts from a buffer in memory.
Sets Error flag. The buffer is owned by the client and is NOT copied by FTGL. The pointer must be valid while using FTGL.
bytes | the in-memory buffer |
len | the length of the buffer in bytes |
References FTGL_END_C_DECLS, and FTGL_EXPORT.