| VRS - The Virtual Rendering System |
| version 3.3 |
#include <vrs/text/deprecated/font.h>

Public Member Functions | |
| GeometryGlyph (FT_GlyphSlot *sourceGlyph, double resolution) | |
| Creates a polygon surface from the freetype glyph. | |
| SO< Shape > | getPolygons () const |
| Returns the polygons the glyph is made of. | |
| SO< Array< SO< Array< Vector > > > > | getOutline () const |
| Returns the outline of the glyph. | |
| virtual Bounds | boundingBox () const |
| VRS::GeometryGlyph::GeometryGlyph | ( | FT_GlyphSlot * | sourceGlyph, | |
| double | resolution | |||
| ) |
Creates a polygon surface from the freetype glyph.
Returns the outline of the glyph.
| virtual Bounds VRS::GeometryGlyph::boundingBox | ( | ) | const [virtual] |
Implements VRS::Glyph.