#include <FTGLBitmapFont.h>
Inheritance diagram for FTBitmapFont:

Definition at line 45 of file FTGLBitmapFont.h.
Public Member Functions | |
| FTBitmapFont (const char *fontFilePath) | |
| Open and read a font file. | |
| FTBitmapFont (const unsigned char *pBufferBytes, size_t bufferSizeInBytes) | |
| Open and read a font from a buffer in memory. | |
| ~FTBitmapFont () | |
| Destructor. | |
Protected Member Functions | |
| virtual FTGlyph * | MakeGlyph (FT_GlyphSlot slot) |
| Construct a glyph of the correct type. | |
|
|
Open and read a font file. Sets Error flag.
|
|
||||||||||||
|
Open and read a font from a buffer in memory. Sets Error flag. The buffer is owned by the client and is NOT copied by FTGL. The pointer must be valid while using FTGL.
|
|
|
Destructor.
|
|
|
Construct a glyph of the correct type. Clients must override the function and return their specialised FTGlyph.
Implements FTFont. |
1.4.6