Table of Contents

TTMSFNCFontSettings Class

Captures the current font settings of a bound editor control — font face, size, bold, italic, underline, strikeout, and background colour. Updated by the font toolbar and read back to apply the reflected state to editor selection. Captures the current font settings of a bound editor control — font face, size, bold, italic, underline, strikeout, and background colour. Updated by the font toolbar and read back to apply the reflected state to editor selection.

API unit family: TMSFNCToolBars Inherits from: TPersistent

Syntax

TTMSFNCFontSettings = class(TPersistent)

Properties

Name Description
BackgroundColor Background highlight colour applied to text in the associated editor selection.
Bold When True, text in the associated editor selection is bold.
Font Font face and size of the text in the associated editor selection.
Italic When True, text in the associated editor selection is italic.
Strikeout When True, text in the associated editor selection has a strikeout decoration.
Underline When True, text in the associated editor selection is underlined.