Vcl.Graphics.TFontStyles

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TFontStyles = System.UITypes.TFontStyles;

Properties

Type Visibility Source Unit Parent
set public Vcl.Graphics.pas Vcl.Graphics Vcl.Graphics

Description

TFontStyle and TFontStyles specify style characteristics of a font.

TFontStyles is a set of TFontStyle values. The following table lists the possible values of the TFontStyle type:



Value Meaning

fsBold

The font is boldfaced.

fsItalic

The font is italicized.

fsUnderline

The font is underlined.

fsStrikeOut

The font is displayed with a horizontal line through it.

Code Examples