Click or drag to resize

PdfiumFPDF_AddInstalledFont Method

Add a system font to the list in Pdfium SDK.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static void FPDF_AddInstalledFont(
	IntPtr mapper,
	string face,
	CharacterSetTypes charset
)

Parameters

mapper  IntPtr
Opaque pointer to Pdfium font mapper
face  String
The font face name
charset  CharacterSetTypes
Font character set. See CharacterSetTypes.
Remarks
This function is only called during the system font list building process.
See Also