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

#include <cfgas_defaultfontmanager.h>

+ Collaboration diagram for CFGAS_DefaultFontManager:

Public Member Functions

 CFGAS_DefaultFontManager ()=delete
 
 CFGAS_DefaultFontManager (const CFGAS_DefaultFontManager &)=delete
 
CFGAS_DefaultFontManageroperator= (const CFGAS_DefaultFontManager &)=delete
 

Static Public Member Functions

static RetainPtr< CFGAS_GEFontGetFont (WideString wsFontName, uint32_t dwFontStyles)
 
static RetainPtr< CFGAS_GEFontGetDefaultFont (uint32_t dwFontStyles)
 

Detailed Description

Definition at line 15 of file cfgas_defaultfontmanager.h.

Constructor & Destructor Documentation

◆ CFGAS_DefaultFontManager() [1/2]

CFGAS_DefaultFontManager::CFGAS_DefaultFontManager ( )
delete

◆ CFGAS_DefaultFontManager() [2/2]

CFGAS_DefaultFontManager::CFGAS_DefaultFontManager ( const CFGAS_DefaultFontManager & )
delete

Member Function Documentation

◆ GetDefaultFont()

RetainPtr< CFGAS_GEFont > CFGAS_DefaultFontManager::GetDefaultFont ( uint32_t dwFontStyles)
static

Definition at line 62 of file cfgas_defaultfontmanager.cpp.

References CFGAS_GEModule::Get(), CFGAS_GEModule::GetFontMgr(), kFailure, and CFGAS_FontMgr::LoadFont().

Referenced by CXFA_FontMgr::GetFont().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ GetFont()

RetainPtr< CFGAS_GEFont > CFGAS_DefaultFontManager::GetFont ( WideString wsFontName,
uint32_t dwFontStyles )
static

Definition at line 18 of file cfgas_defaultfontmanager.cpp.

References fxcrt::WideString::c_str(), FontStyleIsForceBold(), FontStyleIsItalic(), fxcrt::WideString::FromASCII(), CFGAS_GEModule::Get(), CFGAS_GEModule::GetFontMgr(), kFailure, CFGAS_FontMgr::LoadFont(), and FGAS_FontInfo::pReplaceFont.

Referenced by CXFA_FontMgr::GetFont().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ operator=()

CFGAS_DefaultFontManager & CFGAS_DefaultFontManager::operator= ( const CFGAS_DefaultFontManager & )
delete

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