Interface IGlyph

IGlyph interface

This interface give access to main parameters of glyphs.

public interface IGlyph

Properties

NameDescription
AdvanceWidth { get; }Returns advanced width of the glyph.
CharCode { get; }Returns char code of the glyph.
LeftSideBearing { get; }Returns left side bearing of the glyph.

See Also