Class GlyphData

GlyphData class

Container class for glyph data required for precise typesetting of a text string.

public class GlyphData

Constructors

NameDescription
GlyphData()Creates new instance.

Properties

NameDescription
AdvanceWidth { get; set; }Gets/sets glyph width taking into account kerns.
NaturalWidth { get; set; }Gets/sets glyph width defined by font.
UOffset { get; set; }Gets/sets horizontal offset.
VOffset { get; set; }Gets/sets vertical offset.

See Also