#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. | |
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.
1.5.7.1