PdfFontManagerRegisterFontDirectory Method

Registers all supported font files from a directory

Definition

Namespace: HiQPdf.Next
Assembly: HiQPdf.Next (in HiQPdf.Next.dll) Version: 18.9.2
C#
public static int RegisterFontDirectory(
	string directoryPath
)

Parameters

directoryPath  String
The path to the directory

Return Value

Int32
The number of registered fonts

See Also