![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <fpdf_sysfontinfo.h>
Public Attributes | |
int | version |
void(* | Release )(struct _FPDF_SYSFONTINFO *pThis) |
void(* | EnumFonts )(struct _FPDF_SYSFONTINFO *pThis, void *pMapper) |
void *(* | MapFont )(struct _FPDF_SYSFONTINFO *pThis, int weight, FPDF_BOOL bItalic, int charset, int pitch_family, const char *face, FPDF_BOOL *bExact) |
void *(* | GetFont )(struct _FPDF_SYSFONTINFO *pThis, const char *face) |
unsigned long(* | GetFontData )(struct _FPDF_SYSFONTINFO *pThis, void *hFont, unsigned int table, unsigned char *buffer, unsigned long buf_size) |
unsigned long(* | GetFaceName )(struct _FPDF_SYSFONTINFO *pThis, void *hFont, char *buffer, unsigned long buf_size) |
int(* | GetFontCharset )(struct _FPDF_SYSFONTINFO *pThis, void *hFont) |
void(* | DeleteFont )(struct _FPDF_SYSFONTINFO *pThis, void *hFont) |
Definition at line 48 of file fpdf_sysfontinfo.h.
void(* _FPDF_SYSFONTINFO::DeleteFont) (struct _FPDF_SYSFONTINFO *pThis, void *hFont) |
Definition at line 208 of file fpdf_sysfontinfo.h.
Referenced by FontRenamer::FontRenamer(), and FPDF_GetDefaultSystemFontInfo().
void(* _FPDF_SYSFONTINFO::EnumFonts) (struct _FPDF_SYSFONTINFO *pThis, void *pMapper) |
Definition at line 83 of file fpdf_sysfontinfo.h.
Referenced by FontRenamer::FontRenamer(), and FPDF_GetDefaultSystemFontInfo().
unsigned long(* _FPDF_SYSFONTINFO::GetFaceName) (struct _FPDF_SYSFONTINFO *pThis, void *hFont, char *buffer, unsigned long buf_size) |
Definition at line 179 of file fpdf_sysfontinfo.h.
Referenced by FontRenamer::FontRenamer(), and FPDF_GetDefaultSystemFontInfo().
void *(* _FPDF_SYSFONTINFO::GetFont) (struct _FPDF_SYSFONTINFO *pThis, const char *face) |
Definition at line 136 of file fpdf_sysfontinfo.h.
Referenced by FontRenamer::FontRenamer(), and FPDF_GetDefaultSystemFontInfo().
int(* _FPDF_SYSFONTINFO::GetFontCharset) (struct _FPDF_SYSFONTINFO *pThis, void *hFont) |
Definition at line 195 of file fpdf_sysfontinfo.h.
Referenced by FontRenamer::FontRenamer(), and FPDF_GetDefaultSystemFontInfo().
unsigned long(* _FPDF_SYSFONTINFO::GetFontData) (struct _FPDF_SYSFONTINFO *pThis, void *hFont, unsigned int table, unsigned char *buffer, unsigned long buf_size) |
Definition at line 158 of file fpdf_sysfontinfo.h.
Referenced by FontRenamer::FontRenamer(), and FPDF_GetDefaultSystemFontInfo().
void *(* _FPDF_SYSFONTINFO::MapFont) (struct _FPDF_SYSFONTINFO *pThis, int weight, FPDF_BOOL bItalic, int charset, int pitch_family, const char *face, FPDF_BOOL *bExact) |
Definition at line 114 of file fpdf_sysfontinfo.h.
Referenced by FontRenamer::FontRenamer(), and FPDF_GetDefaultSystemFontInfo().
void(* _FPDF_SYSFONTINFO::Release) (struct _FPDF_SYSFONTINFO *pThis) |
Definition at line 65 of file fpdf_sysfontinfo.h.
Referenced by FontRenamer::FontRenamer(), and FPDF_GetDefaultSystemFontInfo().
int _FPDF_SYSFONTINFO::version |
Definition at line 50 of file fpdf_sysfontinfo.h.
Referenced by FontRenamer::FontRenamer(), FPDF_GetDefaultSystemFontInfo(), and FPDF_SetSystemFontInfo().