#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... | |
Defines | |
#define | FTGLPixmapFont FTPixmapFont |
Functions | |
FTGLfont * | ftglCreatePixmapFont (const char *file) |
Create a specialised FTGLfont object for handling pixmap (grey scale) fonts. |
#define FTGLPixmapFont FTPixmapFont |
Definition at line 84 of file FTGLPixmapFont.h.
FTGLfont* ftglCreatePixmapFont | ( | const char * | file | ) |
Create a specialised FTGLfont object for handling pixmap (grey scale) fonts.
file | The font file name. |