![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <cfx_androidfontinfo.h>
Public Member Functions | |
| CFX_AndroidFontInfo () | |
| ~CFX_AndroidFontInfo () override | |
| bool | Init (CFPF_SkiaFontMgr *pFontMgr, const char **user_paths) |
| bool | EnumFontList (CFX_FontMapper *pMapper) override |
| void * | MapFont (int weight, bool bItalic, FX_Charset charset, int pitch_family, const ByteString &face) override |
| void * | GetFont (const ByteString &face) override |
| size_t | GetFontData (void *hFont, uint32_t table, pdfium::span< uint8_t > buffer) override |
| bool | GetFaceName (void *hFont, ByteString *name) override |
| bool | GetFontCharset (void *hFont, FX_Charset *charset) override |
| void | DeleteFont (void *hFont) override |
| Public Member Functions inherited from SystemFontInfoIface | |
| virtual | ~SystemFontInfoIface ()=default |
Definition at line 19 of file cfx_androidfontinfo.h.
|
default |
|
overridedefault |
Implements SystemFontInfoIface.
Definition at line 84 of file cfx_androidfontinfo.cpp.
|
overridevirtual |
Implements SystemFontInfoIface.
Definition at line 30 of file cfx_androidfontinfo.cpp.
|
overridevirtual |
Implements SystemFontInfoIface.
Definition at line 68 of file cfx_androidfontinfo.cpp.
References CFPF_SkiaFont::GetFamilyName(), and fxcrt::ByteString::operator=().
|
overridevirtual |
Implements SystemFontInfoIface.
Definition at line 56 of file cfx_androidfontinfo.cpp.
|
overridevirtual |
Implements SystemFontInfoIface.
Definition at line 76 of file cfx_androidfontinfo.cpp.
References CFPF_SkiaFont::GetCharset().
|
overridevirtual |
Implements SystemFontInfoIface.
Definition at line 60 of file cfx_androidfontinfo.cpp.
| bool CFX_AndroidFontInfo::Init | ( | CFPF_SkiaFontMgr * | pFontMgr, |
| const char ** | user_paths ) |
Definition at line 19 of file cfx_androidfontinfo.cpp.
|
overridevirtual |
Implements SystemFontInfoIface.
Definition at line 34 of file cfx_androidfontinfo.cpp.
References FontFamilyIsFixedPitch(), FontFamilyIsRoman(), and FontFamilyIsScript().