#include <FTGL/ftgl.h>Go to the source code of this file.
Data Structures | |
| class | FTPolygonFont |
| FTPolygonFont is a specialisation of the FTFont class for handling tesselated Polygon Mesh fonts. More... | |
Defines | |
| #define | FTGLPolygonFont FTPolygonFont |
Functions | |
| FTGLfont * | ftglCreatePolygonFont (const char *file) |
| Create a specialised FTGLfont object for handling tesselated polygon mesh fonts. | |
| #define FTGLPolygonFont FTPolygonFont |
Definition at line 84 of file FTGLPolygonFont.h.
| FTGLfont* ftglCreatePolygonFont | ( | const char * | file | ) |
Create a specialised FTGLfont object for handling tesselated polygon mesh fonts.
| file | The font file name. |
1.5.7.1