<< Click to display table of contents >> TSRVSkinFont |
TSRVSkinFont is a class defining properties for fonts used in skinnable objects.
This is a class of items in the collection TSRVSkinManager.Skins[i].Fonts.
Unit SRVSkinManager.
Syntax
TSRVSkinFont = class(TCollectionItem)
TObject
TPersistent
TCollectionItem
•Name: TRVUnicodeString – a caption of this item. This text is displayed at design time when editing TSRVSkinManager.Skins[i].Fonts collection.
•Disabled: TSRVSFont – a font used when the object is disabled (where TSRVSFont = class(TFont)).
•Normal: TSRVSFont – a font used when the object is in a normal state.
•Hot: TSRVSFont – a font used when the object is below the mouse pointer.
•Down: TSRVSFont – a font used when the object is clicked.
•Focused: TSRVSFont – a font used when the object is in a focused state.