Create settings for the font style emulation.

Namespace: TallComponents.PDF.Rasterizer.Configuration
Assembly: TallComponents.PDF.Rasterizer (in TallComponents.PDF.Rasterizer.dll) Version: 3.0.76.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