public method FontBuilder.SetBold

Brief

Sets the font style to bold.

Declaration
C#
Gehtsoft.PDFFlow.Builder.FontBuilder  SetBold (bool bold = True)

Parameters
bold

The value True defines the bold font style.

Declared in FontBuilder

back