The height of the line gap specified inside this font at a font size of 1 pt. Multiply the line gap with the font size to get the line gap in points.

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

Syntax

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

Remarks

If this font program contains no line gap information double.NaN is returned.

See Also