Aspose::Font::Glyphs::Glyph class

Glyph class

Represents a Font glyph.

class Glyph : public System::ICloneable

Methods

MethodDescription
Clone() overrideReturns copy of glyph.
get_GlyphBBox()Gets glyph BBox.
get_IsEmpty()True if the glyph doesn’t contain drawing instructions.
get_LeftSidebearingX()Gets glyph side bearing x coordinate.
get_LeftSidebearingY()Gets glyph side bearing y coordinate.
virtual get_Path()Gets glyph path.
get_SourceResolution() constGets resolution of the source command set.
get_State() constGets glyph state.
get_WidthVectorX() constGets glyph width vector. Coordinate x.
get_WidthVectorY() constGets glyph width vector. Coordinate y.

See Also