public method ParagraphBuilder.SetItalic

Brief

Sets the italic font style for the paragraph.

Declaration
C#
Gehtsoft.PDFFlow.Builder.ParagraphBuilder  SetItalic (bool isItalic = True)

Parameters
isItalic

The value True defines that the font style is italic.

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 ParagraphBuilder

back