PdfFontsCollectionCreateFontFromData(Byte) Method

Creates a system font from font data and adds it to the collection

Definition

Namespace: HiQPdf
Assembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
C#
public PdfFont CreateFontFromData(
	byte[] fontData
)

Parameters

fontData  Byte
The font data

Return Value

PdfFont
The PDF font

See Also