FontStyle- Sets the style of the current font
Sets only the style of the current font, leaving all other features unchanged.
- FontStyle(FS)
Parameters:
- (int) FS: font style. Can have the following values:
fsNormal: normal font;
fsBold: bold font style;
fsItalic: italic font;
fsUnderline: underlined font;
fsStrikeOut: strikethrough font.
Description:
Use FontStyle to set the font style used in text design. The various styles can be combined with each other.