 | PdfiumFPDF_SetSystemFontInfo Method |
Set the system font info interface into Pdfium SDK
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static void FPDF_SetSystemFontInfo(
FPDF_SYSFONTINFO pFontInfo
)
Public Shared Sub FPDF_SetSystemFontInfo (
pFontInfo As FPDF_SYSFONTINFO
)
public:
static void FPDF_SetSystemFontInfo(
FPDF_SYSFONTINFO^ pFontInfo
)
static member FPDF_SetSystemFontInfo :
pFontInfo : FPDF_SYSFONTINFO -> unit
public static void FPDF_SetSystemFontInfo(
FPDF_SYSFONTINFO pFontInfo
)
Patagames.Pdf.Pdfium.FPDF_SetSystemFontInfo = function(pFontInfo);
Parameters
- pFontInfo FPDF_SYSFONTINFO
- Pointer to a FPDF_SYSFONTINFO structure
RemarksPlatform support implementation should implement required methods of
FPDF_SYSFONTINFO interface,
then call this function during SDK initialization process.
See Also