FTGL 2.1.3~rc5
Public Member Functions | Protected Member Functions
FTOutlineFont Class Reference

FTOutlineFont is a specialisation of the FTFont class for handling Vector Outline fonts. More...

#include <FTGLOutlineFont.h>

Inheritance diagram for FTOutlineFont:
FTFont

Public Member Functions

 FTOutlineFont (const char *fontFilePath)
 Open and read a font file.
 FTOutlineFont (const unsigned char *pBufferBytes, size_t bufferSizeInBytes)
 Open and read a font from a buffer in memory.
 ~FTOutlineFont ()
 Destructor.

Protected Member Functions

virtual FTGlyphMakeGlyph (FT_GlyphSlot slot)
 Construct a glyph of the correct type.

Detailed Description

FTOutlineFont is a specialisation of the FTFont class for handling Vector Outline fonts.

See also: