Skip to main content
A newer version of this page is available. .

PdfFontDescriptor.XHeight Property

Indicates the font’s X-height: the vertical coordinate of the top of flat nonascending lowercase letters (like the letter x), measured from the baseline, in fonts that have Latin characters.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v18.2.Core.dll

Declaration

public double XHeight { get; }

Property Value

Type Description
Double

A Double value.

See Also