CanvasFontFaceSuperscriptPosition Property |
Gets the superscript 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 public Vector2 SuperscriptPosition { get; }
Property Value
Type:
Vector2Remarks This is typically positive (to the right) in italic and oblique fonts, and zero in regular fonts.
See Also