TmvFont.Style
Determines whether the font is normal, italic, underlined, bold, and so on.
type
TmvFontStyles = set of (fmBold, fmItalic, fmUnderline, fmStrikeOut,
fmCondensed, fmUpward, fmDownward);
property Style: TmvFontStyles
Description
Use Style to add special characteristics to characters that use the font. Style is a set containing zero or more values from the following:
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.  | 
fmCondensed  | 
The font is condensed  | 
fmUpward  | 
Direction of text is upward  | 
fmDownward  | 
Direction of text is downward  | 
Go to CAD VCL Enterprise