![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <cfpf_skiafontmgr.h>
Public Member Functions | |
| CFPF_SkiaFontMgr () | |
| ~CFPF_SkiaFontMgr () | |
| void | LoadFonts (const char **user_paths) |
| CFPF_SkiaFont * | CreateFont (ByteStringView family_name, FX_Charset charset, uint32_t style) |
| bool | InitFTLibrary () |
| RetainPtr< CFX_Face > | GetFontFace (ByteStringView path, int32_t face_index) |
Definition at line 23 of file cfpf_skiafontmgr.h.
|
default |
|
default |
| CFPF_SkiaFont * CFPF_SkiaFontMgr::CreateFont | ( | ByteStringView | family_name, |
| FX_Charset | charset, | ||
| uint32_t | style ) |
Definition at line 258 of file cfpf_skiafontmgr.cpp.
References kANSI, kDefault, and kMSWin_Arabic.
| RetainPtr< CFX_Face > CFPF_SkiaFontMgr::GetFontFace | ( | ByteStringView | path, |
| int32_t | face_index ) |
Definition at line 346 of file cfpf_skiafontmgr.cpp.
| bool CFPF_SkiaFontMgr::InitFTLibrary | ( | ) |
Definition at line 224 of file cfpf_skiafontmgr.cpp.
| void CFPF_SkiaFontMgr::LoadFonts | ( | const char ** | user_paths | ) |
Definition at line 239 of file cfpf_skiafontmgr.cpp.