PdfFontManager Class

Manages font creation and caching for PDF rendering

Definition

Namespace: HiQPdf.Chromium
Assembly: HiQPdf.Chromium (in HiQPdf.Chromium.dll) Version: 17.5.0
C#
public static class PdfFontManager
Inheritance
Object    PdfFontManager

Methods

CreateFont Creates a custom font from a TrueType or OpenType file
CreateStandardFont Creates a standard built-in PDF font

See Also