Skip to main content
All docs
V25.1
  • TdxFontOptions Class

    Stores font settings for use in DevExpress controls.

    Declaration

    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