Gets the typographic line gap for the GlyphTypefaceLocalized object.

Namespace: FirstFloor.Documents.Fonts
Assembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.1.0)

Syntax

C#
public double LineGap { get; }
Visual Basic
Public ReadOnly Property LineGap As Double
	Get
Visual C++
public:
property double LineGap {
	double get ();
}

Field Value

The line gap.

See Also