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

Go to the source code of this file.

Data Structures

class  FTPixmapFont
 FTPixmapFont is a specialisation of the FTFont class for handling Pixmap (Grey Scale) fonts. More...
 

Macros

#define FTGLPixmapFont   FTPixmapFont
 

Functions

FTGLfontftglCreatePixmapFont (const char *file)
 Create a specialised FTGLfont object for handling pixmap (grey scale) fonts. More...
 

Macro Definition Documentation

◆ FTGLPixmapFont

#define FTGLPixmapFont   FTPixmapFont

Definition at line 84 of file FTGLPixmapFont.h.

Function Documentation

◆ ftglCreatePixmapFont()

FTGLfont* ftglCreatePixmapFont ( const char *  file)

Create a specialised FTGLfont object for handling pixmap (grey scale) fonts.

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