#include <FTGL/ftgl.h>
Go to the source code of this file.
Data Structures | |
class | FTOutlineFont |
FTOutlineFont is a specialisation of the FTFont class for handling Vector Outline fonts. More... | |
Defines | |
#define | FTGLOutlineFont FTOutlineFont |
Functions | |
FTGLfont * | ftglCreateOutlineFont (const char *file) |
Create a specialised FTGLfont object for handling vector outline fonts. |
#define FTGLOutlineFont FTOutlineFont |
Definition at line 84 of file FTGLOutlineFont.h.
FTGLfont* ftglCreateOutlineFont | ( | const char * | file | ) |
Create a specialised FTGLfont object for handling vector outline fonts.
file | The font file name. |