TextInfo.GlyphInfos

TextInfo.GlyphInfos property

Gets information about rendered glyphs.

public IList<GlyphInfo> GlyphInfos { get; }

Property Value

A IList that contains information about rendered glyphs.

See Also