Create settings for the font style emulation.

Namespace: TallComponents.PDF.Configuration
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0

Syntax

C#
public FontStyleEmulation(
	bool bold,
	bool italic
)
Visual Basic
Public Sub New ( _
	bold As Boolean, _
	italic As Boolean _
)

Parameters

bold
Type: System..::..Boolean
Emulate the bold font style by drawing a line on the outlines of the characters.
italic
Type: System..::..Boolean
Emulate the italic font style by skewing the characters.

See Also