Skip to main content

TdxFontOptions.Height Property

Specifies font height, in pixels.

Declaration

property Height: Integer read; write;

Property Value

Type Description
Integer

The current font height (in pixels) at 96 DPI.

Remarks

The Height property is used internally to scale fonts depending on the target DPI. To change font size, we recommend that you use the Size property instead.

Note

If the Height property value is positive, the Size property value is negative and vice versa.

See Also