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

#include <cfgas_fontmgr.h>

Collaboration diagram for CFGAS_FontMgr:

Public Member Functions

 CFGAS_FontMgr ()
 ~CFGAS_FontMgr ()
bool EnumFonts ()
RetainPtr< CFGAS_GEFontGetFontByCodePage (FX_CodePage wCodePage, uint32_t dwFontStyles, const wchar_t *pszFontFamily)
RetainPtr< CFGAS_GEFontGetFontByUnicode (wchar_t wUnicode, uint32_t dwFontStyles, const wchar_t *pszFontFamily)
RetainPtr< CFGAS_GEFontLoadFont (const wchar_t *pszFontFamily, uint32_t dwFontStyles, FX_CodePage wCodePage)

Detailed Description

Definition at line 88 of file cfgas_fontmgr.h.

Constructor & Destructor Documentation

◆ CFGAS_FontMgr()

CFGAS_FontMgr::CFGAS_FontMgr ( )
default

◆ ~CFGAS_FontMgr()

CFGAS_FontMgr::~CFGAS_FontMgr ( )
default

Member Function Documentation

◆ EnumFonts()

bool CFGAS_FontMgr::EnumFonts ( )

Definition at line 671 of file cfgas_fontmgr.cpp.

Referenced by CFGAS_GEModule::Create().

Here is the caller graph for this function:

◆ GetFontByCodePage()

RetainPtr< CFGAS_GEFont > CFGAS_FontMgr::GetFontByCodePage ( FX_CodePage wCodePage,
uint32_t dwFontStyles,
const wchar_t * pszFontFamily )

Definition at line 804 of file cfgas_fontmgr.cpp.

Referenced by CFGAS_GEFont::LoadFont().

Here is the caller graph for this function:

◆ GetFontByUnicode()

RetainPtr< CFGAS_GEFont > CFGAS_FontMgr::GetFontByUnicode ( wchar_t wUnicode,
uint32_t dwFontStyles,
const wchar_t * pszFontFamily )

Definition at line 856 of file cfgas_fontmgr.cpp.

References FGAS_GetUnicodeBitField(), kFailure, FGAS_FONTUSB::kNoBitField, FGAS_FONTUSB::wBitField, and FGAS_FONTUSB::wCodePage.

Here is the call graph for this function:

◆ LoadFont()

RetainPtr< CFGAS_GEFont > CFGAS_FontMgr::LoadFont ( const wchar_t * pszFontFamily,
uint32_t dwFontStyles,
FX_CodePage wCodePage )

Definition at line 878 of file cfgas_fontmgr.cpp.

Referenced by CFGAS_DefaultFontManager::GetDefaultFont(), and CFGAS_DefaultFontManager::GetFont().

Here is the caller graph for this function:

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