#include <FTExtrdGlyph.h>
Inheritance diagram for FTExtrdGlyph:
Definition at line 21 of file FTExtrdGlyph.h.
Public Member Functions | |
FTExtrdGlyph (FT_GlyphSlot glyph, float depth, bool useDisplayList) | |
Constructor. | |
virtual | ~FTExtrdGlyph () |
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 glyph isn't an outline.
Definition at line 9 of file FTExtrdGlyph.cpp. References FTVectoriser::Contour(), FTVectoriser::ContourCount(), FTVectoriser::ContourFlag(), FTGL_DOUBLE, FTVectoriser::GetMesh(), FTVectoriser::MakeMesh(), FTContour::Point(), FTTesselation::Point(), FTContour::PointCount(), FTTesselation::PointCount(), FTVectoriser::PointCount(), FTTesselation::PolygonType(), FTBBox::SetDepth(), FTMesh::Tesselation(), FTMesh::TesselationCount(), FTPoint::X(), and FTPoint::Y(). |
|
Destructor.
Definition at line 134 of file FTExtrdGlyph.cpp. |
|
Renders this glyph at the current pen position.
Implements FTGlyph. Definition at line 140 of file FTExtrdGlyph.cpp. References FTPoint::X(), and FTPoint::Y(). |