|
FTGL 2.1.3~rc5
|
FTOutlineFont is a specialisation of the FTFont class for handling Vector Outline fonts. More...
#include <FTGLOutlineFont.h>
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 FTGlyph * | MakeGlyph (FT_GlyphSlot slot) |
| Construct a glyph of the correct type. | |
FTOutlineFont is a specialisation of the FTFont class for handling Vector Outline fonts.