CanvasFontFace.SubscriptSize Property |
Gets the size of a subscript.
Namespace:
Microsoft.Graphics.Canvas.Text
Assembly:
Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntaxpublic Size SubscriptSize { get; }
Property Value
Type:
Size
RemarksFonts may opt out of specifying this, in which case the width and/or height are returned as zero.
See Also