Click or drag to resize

PdfiumFPDF_GetDefaultSystemFontInfo Method

Get default system font info interface for current platform

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

Return Value

FPDF_SYSFONTINFO
Pointer to a FPDF_SYSFONTINFO structure describing the default interface. Or NULL if the platform doesn't have a default interface. Application should call FPDF_FreeMemory(IntPtr) to free the returned pointer.
Remarks
For some platforms Pdfium SDK implement a default Version of system font info interface. The default implementation can be used in FPDF_SetSystemFontInfo(FPDF_SYSFONTINFO) function.
See Also