TdxRibbonFonts Class
Contains font options for Ribbon elements.
Declaration
TdxRibbonFonts = class(
TPersistent
)
Remarks
This class allows you to specify font options for the following elements:
Ribbon tab captions (see the TabHeader property)
Captions of Ribbon bar items and items of the Ribbon Quick Access Toolbar’s context menu (see the Group property)
Ribbon tab group captions (see the GroupHeader property)
Note that the font color of these elements is defined by the Ribbon paint style (see the Ribbon’s ColorSchemeName property). The font color specified via the TFont.Color property is ignored.
To apply the specified font settings to these elements, the TdxRibbonFonts class provides a toggle – the AssignedFonts property. You simply need to activate flags on this property for corresponding Ribbon elements.
The TdxRibbonFonts object is referenced by the Ribbon’s Fonts property.