We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 064577b commit 3d2d8a0Copy full SHA for 3d2d8a0
ext/mupdf_load_system_font.c
@@ -143,6 +143,18 @@ static struct {
143
{"DINPro", "SegoeUI"},
144
{"ACaslonPro-Regular", "Georgia"},
145
{"ACaslonPro-Italic", "Georgia-Italic"},
146
+ // PingFang SC (macOS/iOS Simplified Chinese) fallbacks
147
+ {"PingFangSC-Regular", "Microsoft YaHei"},
148
+ {"PingFangSC-Medium", "Microsoft YaHei"},
149
+ {"PingFangSC-Semibold", "Microsoft YaHei Bold"},
150
+ {"PingFangSC-Bold", "Microsoft YaHei Bold"},
151
+ {"PingFangSC-Light", "Microsoft YaHei Light"},
152
+ {"PingFangSC-Ultralight", "Microsoft YaHei Light"},
153
+ {"PingFangSC-Thin", "Microsoft YaHei Light"},
154
+ {"PingFang SC", "Microsoft YaHei"},
155
+ // Founder FangSong font fallback
156
+ {"FZFangSong-Z02", "FangSong"},
157
+ {"FZFangSong-Z02S", "FangSong"},
158
// Chinese Kai (regular script) font fallbacks
159
{"MKai PRC", "KaiTi"},
160
{"MKaiPRC-Regular", "KaiTi"},
0 commit comments