Glyph

Glyph constructor

Initializes new instance of this class.

public Glyph(int glyphIndex, short advance, short advanceOffset, short ascenderOffset)
ParameterTypeDescription
glyphIndexInt32Glyph index.
advanceInt16Advance metric of the glyph.
advanceOffsetInt16Horizontal (x) offset.
ascenderOffsetInt16Vertical (y) offset.

See Also