[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Graphics' (#lcl)

TFont.Style

Styles applied to the font face.

Declaration

Source position: graphics.pp line 565

published property TFont.Style : TFontStyles
  read GetStyle
  write SetStyle
  default [];

Description

Style is a TFontStyles property which indicates the font styles applied to the font face. The Style set contains 0 (zero ) or more values from the TFontStyle enumeration, including:

fsBold
Bold font style
fsItalic
Italic font style
fsStrikeOut
Strike-out (or strike-through) font style
fsUnderline
Underline font style

The default value for the property is an empty set ([]), and indicates that no styles are applied to the font face.

Setting a new value for the property causes the font Reference to be re-created. The Change method is called to signal the OnChange event handler (when assigned).

See also

TFontStyles

  

Set type used to store TFontStyle value(s).

TFontStyle

  

Represents font styles or variants.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.