CanvasGlyphAscenderOffset Field |
The offset in the ascent direction.
Namespace:
Microsoft.Graphics.Canvas.Text
Assembly:
Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax public float AscenderOffset
Field Value
Type:
SingleRemarks
The ascent direction refers to the direction that ascenders point.
Ascenders are features on letters such as 'b' or 'd' or 't' on Latin scripts.
A positive ascender offset moves the glyph up (in pre-transform coordinates).
A negative ascender offset moves the glyph down.
See Also