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
CFPF_SkiaFontMgr Class Reference

#include <cfpf_skiafontmgr.h>

Collaboration diagram for CFPF_SkiaFontMgr:

Public Member Functions

 CFPF_SkiaFontMgr ()
 ~CFPF_SkiaFontMgr ()
void LoadFonts (const char **user_paths)
CFPF_SkiaFontCreateFont (ByteStringView family_name, FX_Charset charset, uint32_t style)
bool InitFTLibrary ()
RetainPtr< CFX_FaceGetFontFace (ByteStringView path, int32_t face_index)

Detailed Description

Definition at line 23 of file cfpf_skiafontmgr.h.

Constructor & Destructor Documentation

◆ CFPF_SkiaFontMgr()

CFPF_SkiaFontMgr::CFPF_SkiaFontMgr ( )
default

◆ ~CFPF_SkiaFontMgr()

CFPF_SkiaFontMgr::~CFPF_SkiaFontMgr ( )
default

Member Function Documentation

◆ CreateFont()

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.

◆ GetFontFace()

RetainPtr< CFX_Face > CFPF_SkiaFontMgr::GetFontFace ( ByteStringView path,
int32_t face_index )

Definition at line 346 of file cfpf_skiafontmgr.cpp.

◆ InitFTLibrary()

bool CFPF_SkiaFontMgr::InitFTLibrary ( )

Definition at line 224 of file cfpf_skiafontmgr.cpp.

◆ LoadFonts()

void CFPF_SkiaFontMgr::LoadFonts ( const char ** user_paths)

Definition at line 239 of file cfpf_skiafontmgr.cpp.


The documentation for this class was generated from the following files: