#include <FTPolyGlyph.h>
Inheritance diagram for FTPolyGlyph:
Definition at line 22 of file FTPolyGlyph.h.
Public Member Functions | |
FTPolyGlyph (FT_GlyphSlot glyph) | |
Constructor. | |
virtual | ~FTPolyGlyph () |
Destructor. | |
virtual float | 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 46 of file FTPolyGlyph.cpp. |
|
Renders this glyph at the current pen position.
Implements FTGlyph. Definition at line 52 of file FTPolyGlyph.cpp. References FTPoint::x, and FTPoint::y. |