#include <FTPixmapGlyph.h>
Inheritance diagram for FTPixmapGlyph:
Definition at line 19 of file FTPixmapGlyph.h.
Public Member Functions | |
FTPixmapGlyph (FT_GlyphSlot glyph) | |
Constructor. | |
virtual | ~FTPixmapGlyph () |
Destructor. | |
virtual const FTPoint & | Render (const FTPoint &pen) |
Renders this glyph at the current pen position. |
|
Constructor.
Definition at line 3 of file FTPixmapGlyph.cpp. References FT_RENDER_MODE_NORMAL, FTPoint::X(), and FTPoint::Y(). |
|
Destructor.
Definition at line 80 of file FTPixmapGlyph.cpp. |
|
Renders this glyph at the current pen position.
Implements FTGlyph. Definition at line 86 of file FTPixmapGlyph.cpp. References FTPoint::X(), and FTPoint::Y(). |