|
FTGL 2.1.3~rc5
|
FTTextureFont is a specialisation of the FTFont class for handling Texture mapped fonts. More...
#include <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 is a specialisation of the FTFont class for handling Texture mapped fonts.
Definition at line 45 of file FTGLTextureFont.h.
| 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] |
1.7.4