GlyphInfo Struct

GlyphInfo structure

Contains glyph related information.

public struct GlyphInfo

Properties

NameDescription
Index { get; }Gets the index of this glyph in the font.
Offset { get; }Gets the offset to the next glyph in points.
StringRepresentation { get; }Gets the string representation of this glyph.
Width { get; }Gets the width of the glyph, in points.

Methods

NameDescription
override ToString()Returns a String that represents this instance.

See Also