Click or drag to resize
CanvasGlyph Structure
Describes a single glyph.

Namespace:  Microsoft.Graphics.Canvas.Text
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public struct CanvasGlyph

The CanvasGlyph type exposes the following members.

Fields
  NameDescription
Public fieldAdvance
The advance width for this glyph.
Public fieldAdvanceOffset
The offset of this glyph in the direction of the glyph run.
Public fieldAscenderOffset
The offset in the ascent direction.
Public fieldIndex
The index into the font where the glyph is located.
Top
See Also