File tree 2 files changed +8
-11
lines changed
2 files changed +8
-11
lines changed Original file line number Diff line number Diff line change 1
1
((FandolSong sansserif) (FandolHei))
2
2
((FandolSong typewriter) (FandolFang))
3
3
((FandolSong italic) (FandolKai))
4
+
4
5
((Hiragino\ Mincho\ Pro sansserif) (Hiragino\ Kaku\ Gothic\ Pro))
5
6
((Hiragino\ Mincho\ ProN sansserif) (Hiragino\ Kaku\ Gothic\ ProN))
6
7
((IPAMincho bold) (IPAGothic))
11
12
((MS\ Mincho sansserif) (MS\ Gothic))
12
13
((Sazanami\ Mincho bold) (Sazanami\ Gothic))
13
14
((Sazanami\ Mincho sansserif) (Sazanami\ Gothic))
15
+
14
16
((SimSun bold) (SimHei))
15
17
((SimSun sansserif) (SimHei))
16
18
((SimSun italic) (KaiTi_GB2312))
30
32
((UnBatang italic) (UnGraphic))
31
33
((UnBatang typewriter) (UnGungseo))
32
34
33
- ((concrete cjk) (FandolSong))
34
- ((concrete cjk) (SimSun))
35
- ((roman cjk) (FandolSong))
36
- ((roman cjk) (SimSun))
37
- ((Stix cjk) (FandolSong))
38
- ((Stix cjk) (SimSun))
35
+ ((concrete cjk) (Noto\ CJK\ SC))
36
+ ((roman cjk) (Noto\ CJK\ SC))
37
+ ((Stix cjk) (Noto\ CJK\ SC))
39
38
40
39
((Bodoni\ 72 smallcaps) (Bodoni\ 72\ Smallcaps))
41
40
((Bodoni\ 72\ Oldstyle smallcaps) (Bodoni\ 72\ Smallcaps))
Original file line number Diff line number Diff line change @@ -286,11 +286,9 @@ font_database_load_substitutions (url u) {
286
286
is_atomic (t[i][0 ][0 ]) && is_atomic (t[i][1 ][0 ])) {
287
287
string key= t[i][0 ][0 ]->label ;
288
288
string im = t[i][1 ][0 ]->label ;
289
- if (N (font_database_styles (im, font_table)) != 0 ) {
290
- if (!font_substitutions->contains (key))
291
- font_substitutions (key)= tree (TUPLE);
292
- font_substitutions (key) << t[i];
293
- }
289
+ if (!font_substitutions->contains (key))
290
+ font_substitutions (key)= tree (TUPLE);
291
+ font_substitutions (key) << t[i];
294
292
}
295
293
}
296
294
}
You can’t perform that action at this time.
0 commit comments