TFontStyles
Declaration
TFontStyle = (fsBold, fsItalic, fsUnderline, fsStrikeOut);
TFontStyles = set of TFontStyle;
Description
Set of font style attributes such as bold, italic, underline, and strikeout.
See Also
◼VCL TFontStyles Documentation
Example
// Insert a text layer
ImageEnView1.LayersAdd( 'My Text', 14, clBlack, 'Arial', [fsBold] );