#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... | |
Defines | |
#define | FTGLBitmapFont FTBitmapFont |
Functions | |
FTGLfont * | ftglCreateBitmapFont (const char *file) |
Create a specialised FTGLfont object for handling bitmap fonts. |
#define FTGLBitmapFont FTBitmapFont |
Definition at line 84 of file FTGLBitmapFont.h.
FTGLfont* ftglCreateBitmapFont | ( | const char * | file | ) |
Create a specialised FTGLfont object for handling bitmap fonts.
file | The font file name. |