#include <FTGLTextureFont.h>
Definition at line 45 of file FTGLTextureFont.h.
Public Member Functions | |
FTTextureFont (const char *fontFilePath) | |
Open and read a font file. | |
FTTextureFont (const unsigned char *pBufferBytes, size_t bufferSizeInBytes) | |
Open and read a font from a buffer in memory. | |
virtual | ~FTTextureFont () |
Destructor. | |
Protected Member Functions | |
virtual FTGlyph * | MakeGlyph (FT_GlyphSlot slot) |
Construct a glyph of the correct type. |
FTTextureFont::FTTextureFont | ( | const char * | fontFilePath | ) |
Open and read a font file.
Sets Error flag.
fontFilePath | font file path. |
FTTextureFont::FTTextureFont | ( | const unsigned char * | pBufferBytes, | |
size_t | bufferSizeInBytes | |||
) |
virtual FTTextureFont::~FTTextureFont | ( | ) | [virtual] |
Destructor.
virtual FTGlyph* FTTextureFont::MakeGlyph | ( | FT_GlyphSlot | slot | ) | [protected, virtual] |