Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <cfgas_fontmgr.h>
Public Member Functions | |
CFGAS_FontMgr () | |
~CFGAS_FontMgr () | |
bool | EnumFonts () |
RetainPtr< CFGAS_GEFont > | GetFontByCodePage (FX_CodePage wCodePage, uint32_t dwFontStyles, const wchar_t *pszFontFamily) |
RetainPtr< CFGAS_GEFont > | GetFontByUnicode (wchar_t wUnicode, uint32_t dwFontStyles, const wchar_t *pszFontFamily) |
RetainPtr< CFGAS_GEFont > | LoadFont (const wchar_t *pszFontFamily, uint32_t dwFontStyles, FX_CodePage wCodePage) |
Definition at line 86 of file cfgas_fontmgr.h.
|
default |
|
default |
bool CFGAS_FontMgr::EnumFonts | ( | ) |
Definition at line 648 of file cfgas_fontmgr.cpp.
Referenced by CFGAS_GEModule::Create().
RetainPtr< CFGAS_GEFont > CFGAS_FontMgr::GetFontByCodePage | ( | FX_CodePage | wCodePage, |
uint32_t | dwFontStyles, | ||
const wchar_t * | pszFontFamily ) |
Definition at line 784 of file cfgas_fontmgr.cpp.
Referenced by CFGAS_GEFont::LoadFont().
RetainPtr< CFGAS_GEFont > CFGAS_FontMgr::GetFontByUnicode | ( | wchar_t | wUnicode, |
uint32_t | dwFontStyles, | ||
const wchar_t * | pszFontFamily ) |
Definition at line 836 of file cfgas_fontmgr.cpp.
References FGAS_GetUnicodeBitField(), kFailure, FGAS_FONTUSB::kNoBitField, FGAS_FONTUSB::wBitField, and FGAS_FONTUSB::wCodePage.
RetainPtr< CFGAS_GEFont > CFGAS_FontMgr::LoadFont | ( | const wchar_t * | pszFontFamily, |
uint32_t | dwFontStyles, | ||
FX_CodePage | wCodePage ) |
Definition at line 858 of file cfgas_fontmgr.cpp.
Referenced by CFGAS_DefaultFontManager::GetDefaultFont(), and CFGAS_DefaultFontManager::GetFont().