PlatformFontResolverResolveTypeface Method Terminal Works - PDF Printing.Net Library
Resolves the typeface by generating a font resolver info.

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

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

Parameters

familyName
Type: SystemString
Name of the font family.
isBold
Type: SystemBoolean
Indicates whether a bold font is requested.
isItalic
Type: SystemBoolean
Indicates whether an italic font is requested.

Return Value

Type: FontResolverInfo
See Also

Reference