FontResolverInfo Constructor (String, Boolean, Boolean)Terminal Works - PDF Printing.Net Library
Initializes a new instance of the FontResolverInfo struct.

Namespace: PdfEdit.Fonts
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.1.1.0 (5.1.1.0)
Syntax

public FontResolverInfo(
	string faceName,
	bool mustSimulateBold,
	bool mustSimulateItalic
)

Parameters

faceName
Type: SystemString
The name that uniquely identifies the fontface.
mustSimulateBold
Type: SystemBoolean
Set to true to simulate bold when rendered. Not implemented and must be false.
mustSimulateItalic
Type: SystemBoolean
Set to true to simulate italic when rendered.
See Also

Reference