Class CompositeGlyph

CompositeGlyph class

Represents a font composite glyph.

public class CompositeGlyph : Glyph

Properties

NameDescription
Components { get; }Gets components list.
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
override Clone()Returns copy of glyph.

See Also