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 Class

Stores font settings for use in DevExpress controls.

#Declaration

Delphi
TdxFontOptions = class(
    TcxLockablePersistent,
    IcxCanvasCacheControl
)

#Remarks

The TdxFontOptions class implements font settings with support for scaling according to the target monitor DPI.

#Main API Members

The list below outlines key members of the TdxFontOptions class that allow you to change text appearance.

#Terminal TdxFontOptions Class Descendant

The TdxChartVisualElementFontOptions class is a terminal descendant of the TdxFontOptions class.

#Direct TdxFontOptions Class Reference

The TdxChartVisualElementAppearance.FontOptions property references a TdxFontOptions object.

See Also