|
TCustomRVFontInfo.Style |
Top Previous Next |
|
Specifies whether the text of this style is normal, italic, underlined, bold, and so on. type TFontStyle = (fsBold, fsItalic, fsUnderline, fsStrikeOut); type TFontStyles = set of TFontStyle; property Style: TFontStyles; Similar to TFont.Style. Default value: [] See also properties: ▪StyleEx;
|