Click or drag to resize
CanvasGlyphAdvanceOffset Field
The offset of this glyph in the direction of the glyph run.

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

Field Value

Type: Single
Remarks
A positive advance offset used with left-to-right text, for example, will move the glyph (in pre-transform coordinates) to the right.
See Also