|
FTGL 2.4.0
|
Go to the source code of this file.
Data Structures | |
| class | FTTriangleExtractorFont |
| FTPolygonFont is a specialisation of the FTFont class for handling tesselated Polygon Mesh fonts. More... | |
Macros | |
| #define | FTGLTriangleExtractorFont FTTriangleExtractorFont |
Functions | |
| FTGLfont * | ftglCreateTriangleExtractorFont (const char *file) |
| Create a specialised FTGLfont object for handling tesselated polygon mesh fonts. | |
| FTGLfont * | ftglCreateTriangleExtractorFontFromMem (const unsigned char *bytes, size_t len) |
| Create a specialised FTGLfont object for handling tesselated polygon mesh fonts from a buffer in memory. | |
| #define FTGLTriangleExtractorFont FTTriangleExtractorFont |
Definition at line 85 of file FTGLTriangleExtractorFont.h.
| FTGLfont * ftglCreateTriangleExtractorFont | ( | const char * | file | ) |
Create a specialised FTGLfont object for handling tesselated polygon mesh fonts.
| file | The font file name. |
References FTGL_EXPORT, and ftglCreateTriangleExtractorFont().
Referenced by ftglCreateTriangleExtractorFont().
| FTGLfont * ftglCreateTriangleExtractorFontFromMem | ( | const unsigned char * | bytes, |
| size_t | len ) |
Create a specialised FTGLfont object for handling tesselated polygon mesh 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, FTGL_EXPORT, and ftglCreateTriangleExtractorFontFromMem().
Referenced by ftglCreateTriangleExtractorFontFromMem().