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.
- Apply different font attributes (Bold, Italic, StrikeOut, Underline, and Style).
- Change font typeface (Name).
- Adjust font size (Size).
- Avoid excessive redraw operations during batch font setting changes (BeginUpdate, CancelUpdate, and EndUpdate).
- Copy font settings between visual elements (Assign).
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.
Implements
Inheritance
See Also