PdfDocumentCreateFont(String) Method

Creates a PDF font from the given font file

Definition

Namespace: HiQPdf
Assembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
C#
public PdfFont CreateFont(
	string fontFilePath
)

Parameters

fontFilePath  String
The full path of the font file

Return Value

PdfFont
The PDF font

See Also