Click or drag to resize
CanvasFontFaceSubscriptPosition Property
Gets the subscript position, which is relative to the baseline origin.

Namespace:  Microsoft.Graphics.Canvas.Text
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public Vector2 SubscriptPosition { get; }

Property Value

Type: Vector2
Remarks
This is typically negative (to the left) in italic and oblique fonts, and zero in regular fonts.
See Also