Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxFontOptions.Height Property

Specifies font height, in pixels.

#Declaration

Delphi
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