IFontResolverResolveTypeface Method Terminal Works - PDF Printing.Net Library
Converts specified information about a required typeface into a specific font.

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

FontResolverInfo ResolveTypeface(
	string familyName,
	bool isBold,
	bool isItalic
)

Parameters

familyName
Type: SystemString
Name of the font family.
isBold
Type: SystemBoolean
Set to true when a bold fontface is required.
isItalic
Type: SystemBoolean
Set to true when an italic fontface is required.

Return Value

Type: FontResolverInfo
Information about the physical font, or null if the request cannot be satisfied.
See Also

Reference