SystemFont.Bold Method

Applies bold weight to this font.

Namespace:  BitMiracle.Docotic.Pdf.Layout
Assembly:  BitMiracle.Docotic.Pdf.Layout (in BitMiracle.Docotic.Pdf.Layout.dll)

Syntax

C#
public SystemFont Bold()
VB
Public Function Bold As SystemFont

Return Value

Type: SystemFont
The copy of this font with the applied bold weight.

See Also