Click or drag to resize

PdfiumFPDF_SetSystemFontInfo Method

Set the system font info interface into Pdfium SDK

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static void FPDF_SetSystemFontInfo(
	FPDF_SYSFONTINFO pFontInfo
)

Parameters

pFontInfo  FPDF_SYSFONTINFO
Pointer to a FPDF_SYSFONTINFO structure
Remarks
Platform support implementation should implement required methods of FPDF_SYSFONTINFO interface, then call this function during SDK initialization process.
See Also