TFontStyle Enumeration

Represents type TFontStyle.

Namespace: System.Graphics
type
 TFontStyle = (fsBold, fsItalic, fsUnderline, fsStrikeout);

The TFontStyle type exposes the following members.

Show:
 NameDescription
fsBold

Represents constant fsBold.

fsItalic

Represents constant fsItalic.

fsStrikeout

Represents constant fsStrikeout.

fsUnderline

Represents constant fsUnderline.

Top