(09805f355c7eb2ece70bcc58e731433980e31126)
#include "qwindowsfontdatabasebase_p.h"
#include "qwindowsfontdatabase_p.h"
#include <QtCore/QThreadStorage>
#include <QtCore/QtEndian>
Go to the source code of this file.
◆ FontEngineThreadLocalData
◆ QWindowsFontEngineDataPtr
◆ 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
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
◆ 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 |