DiGrande.it

Blind, Braille and Embossing Technologies

This site uses cookies to personalize content and ads, provide social media features and analyze links. By closing this banner or continuing to browse, you consent to their use.
Read the DiGrande.it Cookie Policy

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.