|
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.
Definition at line 45 of file FTGLOutlineFont.h.
| FTOutlineFont::FTOutlineFont | ( | const char * | fontFilePath | ) |
Open and read a font file.
Sets Error flag.
| fontFilePath | font file path. |
| FTOutlineFont::FTOutlineFont | ( | const unsigned char * | pBufferBytes, |
| size_t | bufferSizeInBytes | ||
| ) |
| FTOutlineFont::~FTOutlineFont | ( | ) |
Destructor.
| virtual FTGlyph* FTOutlineFont::MakeGlyph | ( | FT_GlyphSlot | slot | ) | [protected, virtual] |
1.7.4