FTGL  2.1.3~rc5
Data Structures | Macros | Functions
FTGLOutlineFont.h File Reference
#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...
 

Macros

#define FTGLOutlineFont   FTOutlineFont
 

Functions

FTGLfontftglCreateOutlineFont (const char *file)
 Create a specialised FTGLfont object for handling vector outline fonts. More...
 

Macro Definition Documentation

◆ FTGLOutlineFont

#define FTGLOutlineFont   FTOutlineFont

Definition at line 84 of file FTGLOutlineFont.h.

Function Documentation

◆ ftglCreateOutlineFont()

FTGLfont* ftglCreateOutlineFont ( const char *  file)

Create a specialised FTGLfont object for handling vector outline fonts.

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