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);
114 void* (*MapFont)(struct _FPDF_SYSFONTINFO* pThis,
139 void* (*GetFont)(struct _FPDF_SYSFONTINFO* pThis, const char* face);
165 unsigned long (*GetFontData)(struct _FPDF_SYSFONTINFO* pThis,
189 unsigned long (*GetFaceName)(struct _FPDF_SYSFONTINFO* pThis,
207 int (*GetFontCharset)(struct _FPDF_SYSFONTINFO* pThis, void* hFont);
222 void (*DeleteFont)(struct _FPDF_SYSFONTINFO* pThis, void* hFont);

Completed in 155 milliseconds