Searched defs:_FPDF_SYSFONTINFO (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/public/ |
D | fpdf_sysfontinfo.h | 39 typedef struct _FPDF_SYSFONTINFO { struct 59 void (*Release)(struct _FPDF_SYSFONTINFO* pThis); argument 77 void (*EnumFonts)(struct _FPDF_SYSFONTINFO* pThis, void* pMapper); argument 102 …void* (*MapFont)(struct _FPDF_SYSFONTINFO* pThis, int weight, int bItalic, int charset, int pitch_… argument 120 void* (*GetFont)(struct _FPDF_SYSFONTINFO* pThis, const char* face); argument 142 unsigned long (*GetFontData)(struct _FPDF_SYSFONTINFO* pThis, void* hFont, argument 161 …unsigned long (*GetFaceName)(struct _FPDF_SYSFONTINFO* pThis, void* hFont, char* buffer, unsigned … argument 176 int (*GetFontCharset)(struct _FPDF_SYSFONTINFO* pThis, void* hFont); argument 191 void (*DeleteFont)(struct _FPDF_SYSFONTINFO* pThis, void* hFont); argument
|