Skip to main content
A newer version of this page is available. .

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:

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.

Inheritance

TObject
TPersistent
TdxRibbonFonts
See Also