Class Glyph

Glyph class

Represents a Font glyph.

public class Glyph : ICloneable

Properties

NameDescription
GlyphBBox { get; }Gets glyph BBox.
IsEmpty { get; }True if the glyph doesn’t contain drawing instructions.
LeftSidebearingX { get; }Gets glyph side bearing x coordinate.
LeftSidebearingY { get; }Gets glyph side bearing y coordinate.
virtual Path { get; }Gets glyph path.
SourceResolution { get; }Gets resolution of the source command set.
State { get; }Gets glyph state.
WidthVectorX { get; }Gets glyph width vector. Coordinate x.
WidthVectorY { get; }Gets glyph width vector. Coordinate y.

Methods

NameDescription
virtual Clone()Returns copy of glyph.

See Also