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

TFontStyle

Represents font styles or variants.

Declaration

Source position: graphics.pp line 78

type TFontStyle = (

  fsBold,

  

Bold font style.

  fsItalic,

  

Italic font style.

  fsUnderline,

  

Underline font style.

  fsStrikeOut

  

Strike-out (or strike-through) font style.

);

Description

TFontStyle is an enumerated type with values used to represent a style or variant for a typeface. Value(s) from TFontStyle are stored in the TFontStyles and TFontStylesBase set types, and used to implement the Style members in TFontData and TFont.

See also

TFontStyles

  

Set type used to store TFontStyle value(s).

TFont.Style

  

Styles applied to the font face.

TFontData

  

Contains information about a font used in an application.