FTGL 2.1.3~rc5
|
FTBitmapGlyph is a specialisation of FTGlyph for creating bitmaps. More...
#include <FTBitmapGlyph.h>
Public Member Functions | |
FTBitmapGlyph (FT_GlyphSlot glyph) | |
Constructor. | |
virtual | ~FTBitmapGlyph () |
Destructor. | |
virtual const FTPoint & | Render (const FTPoint &pen, int renderMode) |
Render this glyph at the current pen position. |
FTBitmapGlyph is a specialisation of FTGlyph for creating bitmaps.
Definition at line 42 of file FTBitmapGlyph.h.
FTBitmapGlyph::FTBitmapGlyph | ( | FT_GlyphSlot | glyph | ) |
Constructor.
glyph | The Freetype glyph to be processed |
virtual FTBitmapGlyph::~FTBitmapGlyph | ( | ) | [virtual] |
Destructor.
Render this glyph at the current pen position.
pen | The current pen position. |
renderMode | Render mode to display |
Implements FTGlyph.