#include <FTOutlineGlyph.h>
Inheritance diagram for FTOutlineGlyph:

Public Member Functions | |
| FTOutlineGlyph (FT_Glyph glyph) | |
| Constructor. | |
| virtual | ~FTOutlineGlyph () |
| Destructor. | |
| virtual float | Render (const FTPoint &pen) |
| Renders this glyph at the current pen position. | |
Definition at line 21 of file FTOutlineGlyph.h.
|
|
Constructor.
Definition at line 5 of file FTOutlineGlyph.cpp. References FTVectoriser::Contour(), FTVectoriser::ContourCount(), FTContour::Point(), FTContour::PointCount(), FTVectoriser::PointCount(), FTPoint::x, and FTPoint::y. |
|
|
Destructor.
Definition at line 43 of file FTOutlineGlyph.cpp. |
|
|
Renders this glyph at the current pen position.
Implements FTGlyph. Definition at line 49 of file FTOutlineGlyph.cpp. References FTGlyph::advance, FTPoint::x, and FTPoint::y. |
1.3.3