PdfFontManagerRegisterFont(String, String) Method

Registers a font file with an alias

Definition

Namespace: HiQPdf.Next
Assembly: HiQPdf.Next (in HiQPdf.Next.dll) Version: 18.9.2
C#
public static void RegisterFont(
	string fontPath,
	string alias
)

Parameters

fontPath  String
The path to the font file
alias  String
The alias used to resolve the font later

See Also