The subscript offset is the distance in points between the lower extreme of a font and the lower extreme where to place subscript 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 SubscriptOffset { get; }
Visual Basic
Public ReadOnly Property SubscriptOffset As Double
	Get

Remarks

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

See Also