The superscript offset is the distance in points between the lower extreme of a font and the lower extreme where to place superscript text for a font of size 1 pt. Multiply with the font size to get the offset in points.

Namespace: TallComponents.PDF.Fonts
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

Syntax

C#
public double SuperscriptOffset { get; }
Visual Basic
Public ReadOnly Property SuperscriptOffset As Double
	Get

Remarks

This property can be used to vertically align multiple TextShape instances with superscript text.

See Also