Searched defs:_FPDF_SYSFONTINFO (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/public/
H A Dfpdf_sysfontinfo.h40 typedef struct _FPDF_SYSFONTINFO { struct
61 void (*Release)(struct _FPDF_SYSFONTINFO* pThis);
81 void (*EnumFonts)(struct _FPDF_SYSFONTINFO* pThis, void* pMapper);
117 void* (*MapFont)(struct _FPDF_SYSFONTINFO* pThis,
142 void* (*GetFont)(struct _FPDF_SYSFONTINFO* pThis, const char* face);
168 unsigned long (*GetFontData)(struct _FPDF_SYSFONTINFO* pThis,
192 unsigned long (*GetFaceName)(struct _FPDF_SYSFONTINFO* pThis,
210 int (*GetFontCharset)(struct _FPDF_SYSFONTINFO* pThis, void* hFont);
225 void (*DeleteFont)(struct _FPDF_SYSFONTINFO* pThis, void* hFont);

Completed in 128 milliseconds