FTGL  2.1.3~rc5
Data Structures | Macros | Functions
FTGLBitmapFont.h File Reference
#include <FTGL/ftgl.h>

Go to the source code of this file.

Data Structures

class  FTBitmapFont
 FTBitmapFont is a specialisation of the FTFont class for handling Bitmap fonts. More...
 

Macros

#define FTGLBitmapFont   FTBitmapFont
 

Functions

FTGLfontftglCreateBitmapFont (const char *file)
 Create a specialised FTGLfont object for handling bitmap fonts. More...
 

Macro Definition Documentation

◆ FTGLBitmapFont

#define FTGLBitmapFont   FTBitmapFont

Definition at line 84 of file FTGLBitmapFont.h.

Function Documentation

◆ ftglCreateBitmapFont()

FTGLfont* ftglCreateBitmapFont ( const char *  file)

Create a specialised FTGLfont object for handling bitmap fonts.

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