#include <FTOutlineGlyph.h>
Inheritance diagram for FTOutlineGlyph:
Definition at line 21 of file FTOutlineGlyph.h.
Public Member Functions | |
FTOutlineGlyph (FT_GlyphSlot glyph, bool useDisplayList) | |
Constructor. | |
virtual | ~FTOutlineGlyph () |
Destructor. | |
virtual const FTPoint & | Render (const FTPoint &pen) |
Renders this glyph at the current pen position. |
|
Constructor. Sets the Error to Invalid_Outline if the glyphs isn't an outline.
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 49 of file FTOutlineGlyph.cpp. |
|
Renders this glyph at the current pen position.
Implements FTGlyph. Definition at line 55 of file FTOutlineGlyph.cpp. References FTPoint::X(), and FTPoint::Y(). |