 | PdfiumFPDF_GetDefaultSystemFontInfo Method |
Get default system font info interface for current platform
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static FPDF_SYSFONTINFO FPDF_GetDefaultSystemFontInfo()
Public Shared Function FPDF_GetDefaultSystemFontInfo As FPDF_SYSFONTINFO
public:
static FPDF_SYSFONTINFO^ FPDF_GetDefaultSystemFontInfo()
static member FPDF_GetDefaultSystemFontInfo : unit -> FPDF_SYSFONTINFO
public static FPDF_SYSFONTINFO FPDF_GetDefaultSystemFontInfo()
Patagames.Pdf.Pdfium.FPDF_GetDefaultSystemFontInfo = function();
Return Value
FPDF_SYSFONTINFOPointer 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
See Also