RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Graphics.TFontStyles Type

TFontStyle and TFontStyles specify style characteristics of a font.

Pascal
TFontStyles = set of TFontStyle;
C++
TFontStyle TFontStyles;

Graphics

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.  

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!