Vcl.Themes.TStyleFont
Delphi
TStyleFont = (
sfButtonTextDisabled, sfButtonTextFocused, sfButtonTextHot, sfButtonTextNormal, sfButtonTextPressed,
sfCaptionTextInactive, sfCaptionTextNormal,
sfCategoryPanelGroupHeaderHot, sfCategoryPanelGroupHeaderNormal, sfCatgeoryButtonsCategoryNormal, sfCatgeoryButtonsCategorySelected,
sfCatgeoryButtonsHot, sfCatgeoryButtonsNormal, sfCatgeoryButtonsSelected,
sfCheckBoxTextDisabled, sfCheckBoxTextFocused, sfCheckBoxTextHot, sfCheckBoxTextNormal, sfCheckBoxTextPressed,
sfComboBoxItemDisabled, sfComboBoxItemFocused, sfComboBoxItemHot, sfComboBoxItemNormal, sfComboBoxItemSelected,
sfEditBoxTextDisabled, sfEditBoxTextFocused, sfEditBoxTextHot, sfEditBoxTextNormal, sfEditBoxTextSelected,
sfGridItemFixedHot, sfGridItemFixedNormal, sfGridItemFixedPressed, sfGridItemNormal, sfGridItemSelected,
sfGroupBoxTextDisabled, sfGroupBoxTextNormal,
sfHeaderSectionTextDisabled, sfHeaderSectionTextHot, sfHeaderSectionTextNormal, sfHeaderSectionTextPressed,
sfListItemTextDisabled, sfListItemTextFocused, sfListItemTextHot, sfListItemTextNormal, sfListItemTextSelected,
sfMenuItemTextDisabled, sfMenuItemTextHot, sfMenuItemTextNormal, sfMenuItemTextSelected,
sfPanelTextDisabled, sfPanelTextNormal,
sfPopupMenuItemTextDisabled, sfPopupMenuItemTextHot, sfPopupMenuItemTextNormal, sfPopupMenuItemTextSelected,
sfRadioButtonTextDisabled, sfRadioButtonTextFocused, sfRadioButtonTextHot, sfRadioButtonTextNormal, sfRadioButtonTextPressed,
sfSmCaptionTextInactive, sfSmCaptionTextNormal,
sfStatusPanelTextDisabled, sfStatusPanelTextNormal,
sfTabTextActiveDisabled, sfTabTextActiveHot, sfTabTextActiveNormal, sfTabTextInactiveDisabled, sfTabTextInactiveHot, sfTabTextInactiveNormal,
sfTextLabelDisabled, sfTextLabelFocused, sfTextLabelHot, sfTextLabelNormal,
sfToolItemTextDisabled, sfToolItemTextHot, sfToolItemTextNormal, sfToolItemTextSelected,
sfTreeItemTextDisabled, sfTreeItemTextFocused, sfTreeItemTextHot, sfTreeItemTextNormal, sfTreeItemTextSelected,
sfWindowTextDisabled, sfWindowTextNormal
);
C++
enum DECLSPEC_DENUM TStyleFont : unsigned char { sfButtonTextDisabled, sfButtonTextFocused, sfButtonTextHot, sfButtonTextNormal, sfButtonTextPressed, sfCaptionTextInactive, sfCaptionTextNormal, sfCategoryPanelGroupHeaderHot, sfCategoryPanelGroupHeaderNormal, sfCatgeoryButtonsCategoryNormal, sfCatgeoryButtonsCategorySelected, sfCatgeoryButtonsHot, sfCatgeoryButtonsNormal, sfCatgeoryButtonsSelected, sfCheckBoxTextDisabled, sfCheckBoxTextFocused, sfCheckBoxTextHot, sfCheckBoxTextNormal, sfCheckBoxTextPressed, sfComboBoxItemDisabled, sfComboBoxItemFocused, sfComboBoxItemHot, sfComboBoxItemNormal, sfComboBoxItemSelected, sfEditBoxTextDisabled, sfEditBoxTextFocused, sfEditBoxTextHot, sfEditBoxTextNormal, sfEditBoxTextSelected, sfGridItemFixedHot,
sfGridItemFixedNormal, sfGridItemFixedPressed, sfGridItemNormal, sfGridItemSelected, sfGroupBoxTextDisabled, sfGroupBoxTextNormal, sfHeaderSectionTextDisabled, sfHeaderSectionTextHot, sfHeaderSectionTextNormal, sfHeaderSectionTextPressed, sfListItemTextDisabled, sfListItemTextFocused, sfListItemTextHot, sfListItemTextNormal, sfListItemTextSelected, sfMenuItemTextDisabled, sfMenuItemTextHot, sfMenuItemTextNormal, sfMenuItemTextSelected, sfPanelTextDisabled, sfPanelTextNormal, sfPopupMenuItemTextDisabled, sfPopupMenuItemTextHot, sfPopupMenuItemTextNormal, sfPopupMenuItemTextSelected, sfRadioButtonTextDisabled, sfRadioButtonTextFocused, sfRadioButtonTextHot, sfRadioButtonTextNormal, sfRadioButtonTextPressed, sfSmCaptionTextInactive, sfSmCaptionTextNormal,
sfStatusPanelTextDisabled, sfStatusPanelTextNormal, sfTabTextActiveDisabled, sfTabTextActiveHot, sfTabTextActiveNormal, sfTabTextInactiveDisabled, sfTabTextInactiveHot, sfTabTextInactiveNormal, sfTextLabelDisabled, sfTextLabelFocused, sfTextLabelHot, sfTextLabelNormal, sfToolItemTextDisabled, sfToolItemTextHot, sfToolItemTextNormal, sfToolItemTextSelected, sfTreeItemTextDisabled, sfTreeItemTextFocused, sfTreeItemTextHot, sfTreeItemTextNormal, sfTreeItemTextSelected, sfWindowTextDisabled, sfWindowTextNormal };
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
enum | public | Vcl.Themes.pas Vcl.Themes.hpp |
Vcl.Themes | Vcl.Themes |
Description
Describes the possible fonts used for different parts and states of visual components.
TStyleFont specifies the types of fonts for the text used with user interface elements.
Value | Meaning |
sfButtonTextDisabled
|
The font for the button caption when the button is disabled. |
sfButtonTextFocused
|
The font for the button caption when the button has the focus. |
sfButtonTextHot
|
The font for the button caption when the mouse is over the button. |
sfButtonTextNormal
|
The font for the button caption when the button is in the normal state. |
sfButtonTextPressed
|
The font for the button caption when the button is pressed. |
sfCaptionTextInactive
|
The font for captions when the control is inactive. |
sfCaptionTextNormal
|
The font for captions when the control is in the normal state. |
sfCategoryPanelGroupHeaderHot
|
The font for the category panel group header when the mouse is over the header. |
sfCategoryPanelGroupHeaderNormal
|
The font for the category panel group header when the header is in the normal state. |
sfCatgeoryButtonsCategoryNormal
|
The font for the category caption in a category buttons component when the category is in normal state. |
sfCatgeoryButtonsCategorySelected
|
The font for the category caption in a category buttons component when the category is selected. |
sfCatgeoryButtonsHot
|
The font for the text of a category button when the mouse is over the button. |
sfCatgeoryButtonsNormal
|
The font for the text of a category button when the button is in the normal state. |
sfCatgeoryButtonsSelected
|
The font for the text of a category button when the button is selected. |
sfCheckBoxTextDisabled
|
The font for the check box caption when the check box is disabled. |
sfCheckBoxTextFocused
|
The font for the check box caption when the check box has the focus. |
sfCheckBoxTextHot
|
The font for the check box caption when the mouse is over the check box. |
sfCheckBoxTextNormal
|
The font for the check box caption when the check box is in the normal state. |
sfCheckBoxTextPressed
|
The font for the check box caption when the check box is pressed. |
sfComboBoxItemDisabled
|
The font for the combo box items when the combo box is disabled. |
sfComboBoxItemFocused
|
The font for the combo box items when the combo box has the focus. |
sfComboBoxItemHot
|
The font for the combo box items when the mouse is over the combo box. |
sfComboBoxItemNormal
|
The font for the combo box items when the combo box is in normal state. |
sfComboBoxItemSelected
|
The font for the combo box items when the combo box is selected. |
sfEditBoxTextDisabled
|
The font for the edit box text when the edit box is disabled. |
sfEditBoxTextFocused
|
The font for the edit box text when the edit box is focused. |
sfEditBoxTextHot
|
The font for the edit box text then the mouse is over the edit box. |
sfEditBoxTextNormal
|
The font for the edit box text when the edit box is in normal state. |
sfEditBoxTextSelected
|
The font for the edit box text when the text is selected. |
sfGridItemFixedHot
|
The font for the text of a fixed cell in a grid when the mouse is over the cell. |
sfGridItemFixedNormal
|
The font for the text of a fixed cell in a grid when the cell is in the normal state. |
sfGridItemFixedPressed
|
The font for the text of a fixed cell in a grid when the cell is pressed. |
sfGridItemNormal
|
The font for the text of a non-fixed cell in a grid when the cell is in the normal state. |
sfGridItemSelected
|
The font for the text of a non-fixed cell in a grid when the cell is selected. |
sfGroupBoxTextDisabled
|
The font for the group box caption when the group box is disabled. |
sfGroupBoxTextNormal
|
The font for the group box caption when the group box is in the normal state. |
sfHeaderSectionTextDisabled
|
The font for the text in header sections when the header is disabled. |
sfHeaderSectionTextHot
|
The font for the text in header sections when the mouse is over the header. |
sfHeaderSectionTextNormal
|
The font for the text in header sections when the header is in the normal state. |
sfHeaderSectionTextPressed
|
The font for the text in header sections when the header is pressed. |
sfListItemTextDisabled
|
The font for the items in a list box when the list box is disabled. |
sfListItemTextFocused
|
The font for the items in a list box when the list box has the focus. |
sfListItemTextHot
|
The font for the items in a list box when the mouse is over the item. |
sfListItemTextNormal
|
The font for the items in a list box when the item is in the normal state. |
sfListItemTextSelected
|
The font for the items in a list box when the item is selected. |
sfMenuItemTextDisabled
|
The font for the text of the disabled menu items. |
sfMenuItemTextHot
|
The font for the text of menu items when the mouse is over them. |
sfMenuItemTextNormal
|
The font for the menu items in the normal state. |
sfMenuItemTextSelected
|
The font for the menu items when they are selected. |
sfPanelTextDisabled
|
The font for the panel caption when the panel is disabled. |
sfPanelTextNormal
|
The font for the panel caption when the panel is in the normal state. |
sfPopupMenuItemTextDisabled
|
The font for the text of the pop-up menu items when they are disabled. |
sfPopupMenuItemTextHot
|
The font for the text of a pop-up menu item when the mouse is over the item. |
sfPopupMenuItemTextNormal
|
The font for the text of a pop-up menu item when the item is in the normal state. |
sfPopupMenuItemTextSelected
|
The font for the text of a pop-up menu item when the item is selected. |
sfRadioButtonTextDisabled
|
The font for the caption of a radio button when the button is disabled. |
sfRadioButtonTextFocused
|
The font for the caption of a radio button when the button has the focus. |
sfRadioButtonTextHot
|
The font for the caption of a radio button when the mouse is over the button. |
sfRadioButtonTextNormal
|
The font for the caption of a radio button when the button is in the normal state. |
sfRadioButtonTextPressed
|
The font for the caption of a radio button when the button is pressed. |
sfSmCaptionTextInactive
|
The font for captions when the control is inactive. |
sfSmCaptionTextNormal
|
The font for captions when the control is in the normal state. |
sfStatusPanelTextDisabled
|
The font for the text of a status panel when the panel is disabled. |
sfStatusPanelTextNormal
|
The font for the text of a status panel when the panel is in the normal state. |
sfTabTextActiveDisabled
|
The font for the tab text when the tab is disabled. |
sfTabTextActiveHot
|
The font for the tab text when the mouse is over the tab. |
sfTabTextActiveNormal
|
The font for the tab text when the tab is in the normal state. |
sfTabTextInactiveDisabled
|
The font for the tab text, when the tab is inactive and disabled. |
sfTabTextInactiveHot
|
The font for the tab text, when the tab is inactive and the mouse is over it. |
sfTabTextInactiveNormal
|
The font for the tab text, when the tab is inactive and in the normal state. |
sfTextLabelDisabled
|
The font for the text of a label when the label is disabled. |
sfTextLabelFocused
|
The font for the text of a label when the label is focused. |
sfTextLabelHot
|
The font for the text of a label when the mouse is over a label. |
sfTextLabelNormal
|
The font for the text of a label when the label is in the normal state. |
sfToolItemTextDisabled
|
The font for the text of a toolbar button when the button is disabled. |
sfToolItemTextHot
|
The font for the text of a toolbar button when the mouse is over the button. |
sfToolItemTextNormal
|
The font for the text of toolbar buttons when in normal state. |
sfToolItemTextSelected
|
The font for the text of a toolbar button when the button is selected. |
sfTreeItemTextDisabled
|
The font of a tree view item when the item is disabled. |
sfTreeItemTextFocused
|
The font of a tree view item when the item has the focus. |
sfTreeItemTextHot
|
The font of a tree view item when the mouse is over the item. |
sfTreeItemTextNormal
|
The font of a tree view item when the item is in the normal state. |
sfTreeItemTextSelected
|
The font of a tree item when the item is selected. |
sfWindowTextDisabled
|
The font for the window caption when the window is disabled. |
sfWindowTextNormal
|
The font for the window caption when the window is in the normal state. |