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
qwindowsfontdatabasebase.cpp File Reference

(09805f355c7eb2ece70bcc58e731433980e31126)

#include "qwindowsfontdatabasebase_p.h"
#include "qwindowsfontdatabase_p.h"
#include <QtCore/QThreadStorage>
#include <QtCore/QtEndian>
Include dependency graph for qwindowsfontdatabasebase.cpp:

Go to the source code of this file.

Typedefs

typedef QSharedPointer< QWindowsFontEngineDataQWindowsFontEngineDataPtr
typedef QThreadStorage< QWindowsFontEngineDataPtrFontEngineThreadLocalData

Variables

static const char * other_tryFonts []
static const char * jp_tryFonts []
static const char * ch_CN_tryFonts []
static const char * ch_TW_tryFonts []
static const char * kr_tryFonts []
static const char ** tryFonts = nullptr

Typedef Documentation

◆ FontEngineThreadLocalData

◆ QWindowsFontEngineDataPtr

Variable Documentation

◆ ch_CN_tryFonts

const char * ch_CN_tryFonts
static
Initial value:
= {
"SimSun",
"Arial",
"PMingLiU",
"Gulim",
"MS UI Gothic",
"Arial Unicode MS",
0
}

Definition at line 982 of file qwindowsfontdatabasebase.cpp.

◆ ch_TW_tryFonts

const char * ch_TW_tryFonts
static
Initial value:
= {
"PMingLiU",
"Arial",
"SimSun",
"Gulim",
"MS UI Gothic",
"Arial Unicode MS",
0
}

Definition at line 992 of file qwindowsfontdatabasebase.cpp.

◆ jp_tryFonts

const char * jp_tryFonts
static
Initial value:
= {
"Yu Gothic UI",
"MS UI Gothic",
"Arial",
"Gulim",
"SimSun",
"PMingLiU",
"Arial Unicode MS",
0
}

Definition at line 971 of file qwindowsfontdatabasebase.cpp.

◆ kr_tryFonts

const char * kr_tryFonts
static
Initial value:
= {
"Gulim",
"Arial",
"PMingLiU",
"SimSun",
"MS UI Gothic",
"Arial Unicode MS",
0
}

Definition at line 1002 of file qwindowsfontdatabasebase.cpp.

◆ other_tryFonts

const char * other_tryFonts
static
Initial value:
= {
"Arial",
"MS UI Gothic",
"Gulim",
"SimSun",
"PMingLiU",
"Arial Unicode MS",
0
}

Definition at line 961 of file qwindowsfontdatabasebase.cpp.

◆ tryFonts

const char ** tryFonts = nullptr
static

Definition at line 1012 of file qwindowsfontdatabasebase.cpp.