#include <FTGL/ftgl.h>
Go to the source code of this file.
Data Structures | |
class | FTBufferFont |
FTBufferFont is a specialisation of the FTFont class for handling memory buffer fonts. More... | |
Functions | |
FTGLfont * | ftglCreateBufferFont (const char *file) |
Create a specialised FTGLfont object for handling memory buffer fonts. |
FTGLfont* ftglCreateBufferFont | ( | const char * | file | ) |
Create a specialised FTGLfont object for handling memory buffer fonts.
file | The font file name. |