#include <FTPolyGlyph.h>
Inheritance diagram for FTPolyGlyph:
Definition at line 22 of file FTPolyGlyph.h.
Public Member Functions | |
FTPolyGlyph (FT_GlyphSlot glyph, bool useDisplayList) | |
Constructor. | |
virtual | ~FTPolyGlyph () |
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 FTPolyGlyph.cpp. References FTVectoriser::ContourCount(), FTVectoriser::GetMesh(), FTVectoriser::MakeMesh(), FTTesselation::Point(), FTTesselation::PointCount(), FTVectoriser::PointCount(), FTTesselation::PolygonType(), FTMesh::Tesselation(), FTMesh::TesselationCount(), FTPoint::X(), and FTPoint::Y(). |
|
Destructor.
Definition at line 61 of file FTPolyGlyph.cpp. |
|
Renders this glyph at the current pen position.
Implements FTGlyph. Definition at line 67 of file FTPolyGlyph.cpp. References FTPoint::X(), and FTPoint::Y(). |