#include <FTExtrdGlyph.h>
Inheritance diagram for FTExtrdGlyph:
Public Member Functions | |
FTExtrdGlyph (FT_Glyph glyph, float depth) | |
Constructor. | |
virtual | ~FTExtrdGlyph () |
Destructor. | |
virtual float | Render (const FTPoint &pen) |
Renders this glyph at the current pen position. |
Definition at line 21 of file FTExtrdGlyph.h.
|
Constructor.
Definition at line 7 of file FTExtrdGlyph.cpp. References FTGlyph::bBox, FTVectoriser::Contour(), FTVectoriser::ContourCount(), FTVectoriser::ContourFlag(), FTVectoriser::GetMesh(), FTVectoriser::MakeMesh(), FTContour::Point(), FTTesselation::Point(), FTContour::PointCount(), FTTesselation::PointCount(), FTVectoriser::PointCount(), FTTesselation::PolygonType(), FTMesh::Tesselation(), FTMesh::TesselationCount(), FTBBox::upperZ, FTPoint::x, and FTPoint::y. |
|
Destructor.
Definition at line 104 of file FTExtrdGlyph.cpp. |
|
Renders this glyph at the current pen position.
Implements FTGlyph. Definition at line 110 of file FTExtrdGlyph.cpp. References FTGlyph::advance, FTPoint::x, and FTPoint::y. |