CanvasFontFace.SubscriptPosition 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
Syntaxpublic Vector2 SubscriptPosition { get; }
Property Value
Type:
Vector2
RemarksThis is typically negative (to the left) in italic and oblique fonts, and zero in regular fonts.
See Also