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 public float AdvanceOffset
Field Value
Type:
SingleRemarks
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