public method FontBuilder.SetItalic

Brief

Sets the font style to italic.

Declaration
C#
Gehtsoft.PDFFlow.Builder.FontBuilder  SetItalic (bool italic = True)

Parameters
italic

The value True defines the italic font style.

Details

Note that most fonts include either italic or oblique style. If you set the oblique or italic style for a font that doesn't include this style, the font will be regular.

Declared in FontBuilder

back