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 public Size SuperscriptSize { get; }
Property Value
Type:
SizeRemarks Fonts may opt out of specifying this, in which case the width and/or height are returned as zero.
See Also