Click or drag to resize
CanvasFontFaceSuperscriptSize Property
Gets the size of a superscript.

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

Property Value

Type: Size
Remarks
Fonts may opt out of specifying this, in which case the width and/or height are returned as zero.
See Also