Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
FPDF_SYSFONTINFO_DEFAULT Struct Referencefinal
Inheritance diagram for FPDF_SYSFONTINFO_DEFAULT:
Collaboration diagram for FPDF_SYSFONTINFO_DEFAULT:

Public Attributes

UnownedPtr< SystemFontInfoIfacem_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)

Detailed Description

Definition at line 198 of file fpdf_sysfontinfo.cpp.

Member Data Documentation

◆ m_pFontInfo

UnownedPtr< SystemFontInfoIface > FPDF_SYSFONTINFO_DEFAULT::m_pFontInfo

Definition at line 199 of file fpdf_sysfontinfo.cpp.


The documentation for this struct was generated from the following file: