Click or drag to resize
CanvasGlyphAdvance Field
The advance width for this glyph.

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

Field Value

Type: Single
Remarks
Advance width is the offset from the origin of the current glyph to the origin of the next glyph. When writing text horizontally, for example, the offset's in the X-direction.
See Also