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...
FTGLfont * ftglCreateTextureFontFromMem(const unsigned char *bytes, size_t len)
Create a specialised FTGLfont object for handling texture-mapped fonts from a buffer in memory...