![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Public Attributes | |
| UnownedPtr< SystemFontInfoIface > | m_pFontInfo |
| Public Attributes inherited from _FPDF_SYSFONTINFO | |
| 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 198 of file fpdf_sysfontinfo.cpp.
| UnownedPtr< SystemFontInfoIface > FPDF_SYSFONTINFO_DEFAULT::m_pFontInfo |
Definition at line 199 of file fpdf_sysfontinfo.cpp.