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