FTGL  2.1.3~rc5
Data Structures | Macros | Functions
FTGLPolygonFont.h File Reference
#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...
 

Macros

#define FTGLPolygonFont   FTPolygonFont
 

Functions

FTGLfontftglCreatePolygonFont (const char *file)
 Create a specialised FTGLfont object for handling tesselated polygon mesh fonts. More...
 

Macro Definition Documentation

#define FTGLPolygonFont   FTPolygonFont

Definition at line 84 of file FTGLPolygonFont.h.

Function Documentation

FTGLfont* ftglCreatePolygonFont ( const char *  file)

Create a specialised FTGLfont object for handling tesselated polygon mesh fonts.

Parameters
fileThe font file name.
Returns
An FTGLfont* object.
See also
FTGLfont