HiQPdf Documentation

PdfFontsCollectionCreateFont Method (String)

Quickly Create High Quality PDFs
Creates a PDF font from the given font file

Namespace:  HiQPdf
Assembly:  HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
Syntax

public PdfFont CreateFont(
	string fontFilePath
)

Parameters

fontFilePath
Type: SystemString
The full path of the font file

Return Value

Type: PdfFont
The PDF font
See Also

Reference