FTGLfont * ftglCreateTextureFontFromMem(const unsigned char *bytes, size_t len)
Create a specialised FTGLfont object for handling texture-mapped fonts from a buffer in memory.
FTGLfont * ftglCreateTextureFont(const char *file)
Create a specialised FTGLfont object for handling texture-mapped fonts.
FTTextureFont is a specialisation of the FTFont class for handling Texture mapped fonts.
FTTextureFont(const unsigned char *pBufferBytes, size_t bufferSizeInBytes)
Open and read a font from a buffer in memory.
virtual FTGlyph * MakeGlyph(FT_GlyphSlot slot)
Construct a glyph of the correct type.
FTTextureFont(const char *fontFilePath)
Open and read a font file.