#include <FTPixmapGlyph.h>
Inheritance diagram for FTPixmapGlyph:
Public Member Functions | |
FTPixmapGlyph (FT_Glyph glyph) | |
Constructor. | |
virtual | ~FTPixmapGlyph () |
Destructor. | |
virtual float | Render (const FTPoint &pen) |
Renders this glyph at the current pen position. |
Definition at line 19 of file FTPixmapGlyph.h.
|
Constructor.
Definition at line 3 of file FTPixmapGlyph.cpp. References FTGlyph::err, FTPoint::x, and FTPoint::y. |
|
Destructor.
Definition at line 86 of file FTPixmapGlyph.cpp. |
|
Renders this glyph at the current pen position.
Implements FTGlyph. Definition at line 92 of file FTPixmapGlyph.cpp. References FTGlyph::advance, FTPoint::x, and FTPoint::y. |