IFontResolverGetFont Method Terminal Works - PDF Printing.Net Library
Gets the bytes of a physical font with specified face name.

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

byte[] GetFont(
	string faceName
)

Parameters

faceName
Type: SystemString
A face name previously retrieved by ResolveTypeface.

Return Value

Type: Byte
See Also

Reference