(ccd69c2053f88c7daf19d5e25bebb24d15b0eb3a)
#include "qwindowsfontdatabasebase_p.h"
#include "qwindowsfontdatabase_p.h"
#include <QtCore/QThreadStorage>
#include <QtCore/QtEndian>
#include <utility>
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 989 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 999 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 978 of file qwindowsfontdatabasebase.cpp.
◆ kr_tryFonts
Initial value: = {
"Gulim",
"Arial",
"PMingLiU",
"SimSun",
"MS UI Gothic",
"Arial Unicode MS",
0
}
Definition at line 1009 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 968 of file qwindowsfontdatabasebase.cpp.
◆ tryFonts