#include <FTGL/ftgl.h>
Go to the source code of this file.
Data Structures | |
class | FTExtrudeFont |
FTExtrudeFont is a specialisation of the FTFont class for handling extruded Polygon fonts. More... | |
Defines | |
#define | FTGLExtrdFont FTExtrudeFont |
Functions | |
FTGLfont * | ftglCreateExtrudeFont (const char *file) |
Create a specialised FTGLfont object for handling extruded poygon fonts. |
#define FTGLExtrdFont FTExtrudeFont |
Definition at line 85 of file FTGLExtrdFont.h.
FTGLfont* ftglCreateExtrudeFont | ( | const char * | file | ) |
Create a specialised FTGLfont object for handling extruded poygon fonts.
file | The font file name. |