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

Macros

#define FTGLExtrdFont   FTExtrudeFont
 

Functions

FTGLfontftglCreateExtrudeFont (const char *file)
 Create a specialised FTGLfont object for handling extruded poygon fonts. More...
 

Macro Definition Documentation

◆ FTGLExtrdFont

#define FTGLExtrdFont   FTExtrudeFont

Definition at line 85 of file FTGLExtrdFont.h.

Function Documentation

◆ ftglCreateExtrudeFont()

FTGLfont* ftglCreateExtrudeFont ( const char *  file)

Create a specialised FTGLfont object for handling extruded poygon fonts.

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