vcl-cxcustomcanvas-6ccde0fd.md
Stores font settings for use in DevExpress controls.
TdxFontOptions = class(
TcxLockablePersistent,
IcxCanvasCacheControl
)
The TdxFontOptions class implements font settings with support for scaling according to the target monitor DPI.
The list below outlines key members of the TdxFontOptions class that allow you to change text appearance.
The TdxChartVisualElementFontOptions class is a terminal descendant of the TdxFontOptions class.
The TdxChartVisualElementAppearance.FontOptions property references a TdxFontOptions object.
TObject TPersistent TcxOwnedPersistent TcxOwnedInterfacedPersistent TcxLockablePersistent TdxFontOptions
See Also