Gets the distance between the baseline and the approximate height of non-ascending lowercase letters.

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

Syntax

C#
public Nullable<double> XHeight { get; }
Visual Basic
Public ReadOnly Property XHeight As Nullable(Of Double)
	Get
Visual C++
public:
property Nullable<double> XHeight {
	Nullable<double> get ();
}

Field Value

The height of the X.

See Also