FTGLfont * ftglCreateExtrudeFontFromMem(const unsigned char *bytes, size_t len)
Create a specialised FTGLfont object for handling extruded polygon fonts from a buffer in memory.
FTExtrudeFont is a specialisation of the FTFont class for handling extruded Polygon fonts.
FTExtrudeFont(const unsigned char *pBufferBytes, size_t bufferSizeInBytes)
Open and read a font from a buffer in memory.
FTExtrudeFont(const char *fontFilePath)
Open and read a font file.
virtual FTGlyph * MakeGlyph(FT_GlyphSlot slot)
Construct a glyph of the correct type.