xref: /reactos/base/setup/lib/muifonts.h (revision 0f9e8897)
1 #pragma once
2 
3 MUI_SUBFONT LatinFonts[] =
4 {
5     /*Font                       Substitute  */
6     { L"Arial Baltic,186",       L"Arial,186" },
7     { L"Arial CE,238",           L"Arial,238" },
8     { L"Arial CYR,204",          L"Arial,204" },
9     { L"Arial Greek,161",        L"Arial,161" },
10     { L"Arial TUR,162",          L"Arial,162" },
11     { L"Courier",                L"Courier New" },
12     { L"Courier New Baltic,186", L"Courier New,186" },
13     { L"Courier New CE,238",     L"Courier New,238" },
14     { L"Courier New CYR,204",    L"Courier New,204" },
15     { L"Courier New Greek,161",  L"Courier New,161" },
16     { L"Courier New TUR,162",    L"Courier New,162" },
17     { L"Fixedsys",               L"Fixedsys Excelsior 3.01-L2" },
18     { L"Helv",                   L"MS Sans Serif" },
19     { L"Helvetica",              L"Arial" },
20     { L"MS Sans Serif",          L"Tahoma" },
21     { L"MS Shell Dlg",           L"Tahoma" },
22     { L"MS Shell Dlg 2",         L"Tahoma" },
23     { L"Segoe UI Symbol",        L"Arial" },
24     { L"System",                 L"FreeSans" },
25     { L"Terminal",               L"Lucida Console" },
26     { L"Times",                  L"Times New Roman" },
27     { L"Times New Roman Baltic,186",   L"Times New Roman,186" },
28     { L"Times New Roman CE,238",       L"Times New Roman,238" },
29     { L"Times New Roman CYR,204",      L"Times New Roman,204" },
30     { L"Times New Roman Greek,161",    L"Times New Roman,161" },
31     { L"Times New Roman TUR,162",      L"Times New Roman,162" },
32     { L"Tms Rmn",                L"Times New Roman" },
33     { NULL, NULL }
34 };
35 
36 MUI_SUBFONT CyrillicFonts[] =
37 {
38     { L"Arial Baltic,186",       L"Arial,186" },
39     { L"Arial CE,238",           L"Arial,238" },
40     { L"Arial CYR,204",          L"Arial,204" },
41     { L"Arial Greek,161",        L"Arial,161" },
42     { L"Arial TUR,162",          L"Arial,162" },
43     { L"Courier",                L"Courier New" },
44     { L"Courier New Baltic,186", L"Courier New,186" },
45     { L"Courier New CE,238",     L"Courier New,238" },
46     { L"Courier New CYR,204",    L"Courier New,204" },
47     { L"Courier New Greek,161",  L"Courier New,161" },
48     { L"Courier New TUR,162",    L"Courier New,162" },
49     { L"Fixedsys",               L"Fixedsys Excelsior 3.01-L2" },
50     { L"Helv",                   L"MS Sans Serif" },
51     { L"Helvetica",              L"Arial" },
52     { L"MS Sans Serif",          L"Tahoma" },
53     { L"MS Shell Dlg",           L"Tahoma" },
54     { L"MS Shell Dlg 2",         L"Tahoma" },
55     { L"Segoe UI Symbol",        L"Arial" },
56     { L"System",                 L"FreeSans" },
57     { L"Terminal",               L"Lucida Console" },
58     { L"Times",                  L"Times New Roman" },
59     { L"Times New Roman Baltic,186",   L"Times New Roman,186" },
60     { L"Times New Roman CE,238",       L"Times New Roman,238" },
61     { L"Times New Roman CYR,204",      L"Times New Roman,204" },
62     { L"Times New Roman Greek,161",    L"Times New Roman,161" },
63     { L"Times New Roman TUR,162",      L"Times New Roman,162" },
64     { L"Tms Rmn",                L"Times New Roman" },
65     { NULL, NULL }
66 };
67 
68 MUI_SUBFONT GreekFonts[] =
69 {
70     { L"Arial Baltic,186",       L"Arial,186" },
71     { L"Arial CE,238",           L"Arial,238" },
72     { L"Arial CYR,204",          L"Arial,204" },
73     { L"Arial Greek,161",        L"Arial,161" },
74     { L"Arial TUR,162",          L"Arial,162" },
75     { L"Courier",                L"Courier New" },
76     { L"Courier New Baltic,186", L"Courier New,186" },
77     { L"Courier New CE,238",     L"Courier New,238" },
78     { L"Courier New CYR,204",    L"Courier New,204" },
79     { L"Courier New Greek,161",  L"Courier New,161" },
80     { L"Courier New TUR,162",    L"Courier New,162" },
81     { L"Fixedsys",               L"Fixedsys Excelsior 3.01-L2" },
82     { L"Helv",                   L"MS Sans Serif" },
83     { L"Helvetica",              L"Arial" },
84     { L"MS Sans Serif",          L"Tahoma" },
85     { L"MS Shell Dlg",           L"Tahoma" },
86     { L"MS Shell Dlg 2",         L"Tahoma" },
87     { L"Segoe UI Symbol",        L"Arial" },
88     { L"System",                 L"FreeSans" },
89     { L"Terminal",               L"Lucida Console" },
90     { L"Times",                  L"Times New Roman" },
91     { L"Times New Roman Baltic,186",   L"Times New Roman,186" },
92     { L"Times New Roman CE,238",       L"Times New Roman,238" },
93     { L"Times New Roman CYR,204",      L"Times New Roman,204" },
94     { L"Times New Roman Greek,161",    L"Times New Roman,161" },
95     { L"Times New Roman TUR,162",      L"Times New Roman,162" },
96     { L"Tms Rmn",                L"Times New Roman" },
97     { NULL, NULL }
98 };
99 
100 MUI_SUBFONT HebrewFonts[] =
101 {
102     { L"Arial Baltic,186",       L"Arial,186" },
103     { L"Arial CE,238",           L"Arial,238" },
104     { L"Arial CYR,204",          L"Arial,204" },
105     { L"Arial Greek,161",        L"Arial,161" },
106     { L"Arial TUR,162",          L"Arial,162" },
107     { L"Courier",                L"Courier New" },
108     { L"Courier New Baltic,186", L"Courier New,186" },
109     { L"Courier New CE,238",     L"Courier New,238" },
110     { L"Courier New CYR,204",    L"Courier New,204" },
111     { L"Courier New Greek,161",  L"Courier New,161" },
112     { L"Courier New TUR,162",    L"Courier New,162" },
113     { L"Fixedsys",               L"Fixedsys Excelsior 3.01-L2" },
114     { L"Helv",                   L"MS Sans Serif" },
115     { L"Helvetica",              L"Arial" },
116     { L"MS Sans Serif",          L"Tahoma" },
117     { L"MS Shell Dlg",           L"Tahoma" },
118     { L"MS Shell Dlg 2",         L"Tahoma" },
119     { L"Segoe UI Symbol",        L"Arial" },
120     { L"System",                 L"FreeSans" },
121     { L"Terminal",               L"Courier New" },
122     { L"Times",                  L"Times New Roman" },
123     { L"Times New Roman Baltic,186",   L"Times New Roman,186" },
124     { L"Times New Roman CE,238",       L"Times New Roman,238" },
125     { L"Times New Roman CYR,204",      L"Times New Roman,204" },
126     { L"Times New Roman Greek,161",    L"Times New Roman,161" },
127     { L"Times New Roman TUR,162",      L"Times New Roman,162" },
128     { L"Tms Rmn",                L"Times New Roman" },
129     { NULL, NULL }
130 };
131 
132 WCHAR CSF_LocalName0[] = {0x5B8B, 0x4F53, 0};                   /* SimSun */
133 WCHAR CSF_LocalName1[] = {0x4E2D, 0x6613, 0x5B8B, 0x4F53, 0};   /* SimSun */
134 WCHAR CSF_LocalName2[] = {0x65B0, 0x5B8B, 0x4F53, 0};           /* NSimSun */
135 WCHAR CSF_LocalName3[] = {0xFC4B, 0x91CC, 0};                   /* SimHei */
136 WCHAR CSF_LocalName4[] = {'M', 'S', 0x5B8B, 0x4F53, 0};         /* MS Song */
137 MUI_SUBFONT ChineseSimplifiedFonts[] =
138 {
139     { L"Arial Baltic,186",       L"Arial,186" },
140     { L"Arial CE,238",           L"Arial,238" },
141     { L"Arial CYR,204",          L"Arial,204" },
142     { L"Arial Greek,161",        L"Arial,161" },
143     { L"Arial TUR,162",          L"Arial,162" },
144     { L"Courier",                L"Courier New" },
145     { L"Courier New Baltic,186", L"Courier New,186" },
146     { L"Courier New CE,238",     L"Courier New,238" },
147     { L"Courier New CYR,204",    L"Courier New,204" },
148     { L"Courier New Greek,161",  L"Courier New,161" },
149     { L"Courier New TUR,162",    L"Courier New,162" },
150     { L"Fixedsys",               L"Fixedsys Excelsior 3.01-L2" },
151     { L"Helv",                   L"MS Sans Serif" },
152     { L"Helvetica",              L"Arial" },
153     { L"MS Sans Serif",          L"Droid Sans Fallback" },
154     { L"MS Shell Dlg",           L"Droid Sans Fallback" },
155     { L"MS Shell Dlg 2",         L"Droid Sans Fallback" },
156     { L"MS Song",                L"Droid Sans Fallback" },
157     { L"MS UI Gothic",           L"Droid Sans Fallback" },
158     { L"MS UI Gothic 2",         L"Droid Sans Fallback" },
159     { L"NSimSun",                L"Droid Sans Fallback" },
160     { L"Segoe UI Symbol",        L"Arial" },
161     { L"SimHei",                 L"Droid Sans Fallback" },
162     { L"SimSun",                 L"Droid Sans Fallback" },
163     { L"Terminal",               L"Lucida Console" },
164     { L"Times",                  L"Times New Roman" },
165     { L"Times New Roman Baltic,186",   L"Times New Roman,186" },
166     { L"Times New Roman CE,238",       L"Times New Roman,238" },
167     { L"Times New Roman CYR,204",      L"Times New Roman,204" },
168     { L"Times New Roman Greek,161",    L"Times New Roman,161" },
169     { L"Times New Roman TUR,162",      L"Times New Roman,162" },
170     { L"Tms Rmn",                L"Times New Roman" },
171     { L"Trebuchet MS",           L"Droid Sans Fallback" },
172     /* localized names */
173     { CSF_LocalName0,            L"Droid Sans Fallback" },
174     { CSF_LocalName1,            L"Droid Sans Fallback" },
175     { CSF_LocalName2,            L"Droid Sans Fallback" },
176     { CSF_LocalName3,            L"Droid Sans Fallback" },
177     { CSF_LocalName4,            L"Droid Sans Fallback" },
178     { NULL, NULL }
179 };
180 
181 WCHAR CTF_LocalName0[] = {0x7D30, 0x660E, 0x9AD4, 0};                       /* MingLiU */
182 WCHAR CTF_LocalName1[] = {0x65B0, 0x7D30, 0x660E, 0x9AD4, 0};               /* PMingLiU */
183 WCHAR CTF_LocalName2[] = {0x83EF, 0x5EB7, 0x4E2D, 0x660E, 0x9AD4, 0};       /* DLCMingMedium */
184 WCHAR CTF_LocalName3[] = {0x83EF, 0x5EB7, 0x7C97, 0x660E, 0x9AD4, 0};       /* DLCMingBold */
185 MUI_SUBFONT ChineseTraditionalFonts[] =
186 {
187     { L"Arial Baltic,186",       L"Arial,186" },
188     { L"Arial CE,238",           L"Arial,238" },
189     { L"Arial CYR,204",          L"Arial,204" },
190     { L"Arial Greek,161",        L"Arial,161" },
191     { L"Arial TUR,162",          L"Arial,162" },
192     { L"Courier",                L"Courier New" },
193     { L"Courier New Baltic,186", L"Courier New,186" },
194     { L"Courier New CE,238",     L"Courier New,238" },
195     { L"Courier New CYR,204",    L"Courier New,204" },
196     { L"Courier New Greek,161",  L"Courier New,161" },
197     { L"Courier New TUR,162",    L"Courier New,162" },
198     { L"DLCMingBold",            L"Droid Sans Fallback" },
199     { L"DLCMingMedium",          L"Droid Sans Fallback" },
200     { L"Fixedsys",               L"Fixedsys Excelsior 3.01-L2" },
201     { L"Helv",                   L"MS Sans Serif" },
202     { L"Helvetica",              L"Arial" },
203     { L"MS Sans Serif",          L"Droid Sans Fallback" },
204     { L"MS Shell Dlg",           L"Droid Sans Fallback" },
205     { L"MS Shell Dlg 2",         L"Droid Sans Fallback" },
206     { L"MS UI Gothic",           L"Droid Sans Fallback" },
207     { L"MS UI Gothic 2",         L"Droid Sans Fallback" },
208     { L"Ming Light",             L"Droid Sans Fallback" },
209     { L"MingLiU",                L"Droid Sans Fallback" },
210     { L"PMingLiU",               L"Droid Sans Fallback" },
211     { L"Segoe UI Symbol",        L"Arial" },
212     { L"Terminal",               L"Lucida Console" },
213     { L"Times",                  L"Times New Roman" },
214     { L"Times New Roman Baltic,186",   L"Times New Roman,186" },
215     { L"Times New Roman CE,238",       L"Times New Roman,238" },
216     { L"Times New Roman CYR,204",      L"Times New Roman,204" },
217     { L"Times New Roman Greek,161",    L"Times New Roman,161" },
218     { L"Times New Roman TUR,162",      L"Times New Roman,162" },
219     { L"Tms Rmn",                L"Times New Roman" },
220     { L"Trebuchet MS",           L"Droid Sans Fallback" },
221     /* localized names */
222     { CTF_LocalName0,            L"Droid Sans Fallback" },
223     { CTF_LocalName1,            L"Droid Sans Fallback" },
224     { CTF_LocalName2,            L"Droid Sans Fallback" },
225     { CTF_LocalName3,            L"Droid Sans Fallback" },
226     { NULL, NULL }
227 };
228 
229 WCHAR JF_LocalName0[] = {0xFF2D, 0xFF33, ' ', 0x660E, 0x671D, 0};                           /* MS Mincho */
230 WCHAR JF_LocalName1[] = {0xFF2D, 0xFF33, ' ', 0xFF30, 0x660E, 0x671D, 0};                   /* MS PMincho */
231 WCHAR JF_LocalName2[] = {0xFF2D, 0xFF33, ' ', 0x30B4, 0x30B7, 0x30C3, 0x30AF, 0};           /* MS Gothic */
232 WCHAR JF_LocalName3[] = {0xFF2D, 0xFF33, ' ', 0xFF30, 0x30B4, 0x30B7, 0x30C3, 0x30AF, 0};   /* MS PGothic */
233 MUI_SUBFONT JapaneseFonts[] =
234 {
235     { L"Arial Baltic,186",       L"Arial,186" },
236     { L"Arial CE,238",           L"Arial,238" },
237     { L"Arial CYR,204",          L"Arial,204" },
238     { L"Arial Greek,161",        L"Arial,161" },
239     { L"Arial TUR,162",          L"Arial,162" },
240     { L"Courier",                L"Courier New" },
241     { L"Courier New Baltic,186", L"Courier New,186" },
242     { L"Courier New CE,238",     L"Courier New,238" },
243     { L"Courier New CYR,204",    L"Courier New,204" },
244     { L"Courier New Greek,161",  L"Courier New,161" },
245     { L"Courier New TUR,162",    L"Courier New,162" },
246     { L"Fixedsys",               L"Fixedsys Excelsior 3.01-L2" },
247     { L"Helv",                   L"MS Sans Serif" },
248     { L"Helvetica",              L"Arial" },
249     { L"MS Gothic",              L"Droid Sans Fallback" },
250     { L"MS Mincho",              L"Droid Sans Fallback" },
251     { L"MS PGothic",             L"Droid Sans Fallback" },
252     { L"MS PMincho",             L"Droid Sans Fallback" },
253     { L"MS Sans Serif",          L"Droid Sans Fallback" },
254     { L"MS Shell Dlg",           L"Droid Sans Fallback" },
255     { L"MS Shell Dlg 2",         L"Droid Sans Fallback" },
256     { L"MS UI Gothic",           L"Droid Sans Fallback" },
257     { L"MS UI Gothic 2",         L"Droid Sans Fallback" },
258     { L"Segoe UI Symbol",        L"Arial" },
259     { L"Terminal",               L"Lucida Console" },
260     { L"Times",                  L"Times New Roman" },
261     { L"Times New Roman Baltic,186",   L"Times New Roman,186" },
262     { L"Times New Roman CE,238",       L"Times New Roman,238" },
263     { L"Times New Roman CYR,204",      L"Times New Roman,204" },
264     { L"Times New Roman Greek,161",    L"Times New Roman,161" },
265     { L"Times New Roman TUR,162",      L"Times New Roman,162" },
266     { L"Tms Rmn",                L"Times New Roman" },
267     { L"Trebuchet MS",           L"Droid Sans Fallback" },
268     /* localized names */
269     { JF_LocalName0,             L"Droid Sans Fallback" },
270     { JF_LocalName1,             L"Droid Sans Fallback" },
271     { JF_LocalName2,             L"Droid Sans Fallback" },
272     { JF_LocalName3,             L"Droid Sans Fallback" },
273     { NULL, NULL }
274 };
275 
276 WCHAR KF_LocalName0[] = {0xBC14, 0xD0D5, 0};            /* Batang */
277 WCHAR KF_LocalName1[] = {0xBC14, 0xD0D5, 0xCCB4, 0};    /* BatangChe */
278 WCHAR KF_LocalName2[] = {0xB3CB, 0xC6C0, 0};            /* Dotum */
279 WCHAR KF_LocalName3[] = {0xB3CB, 0xC6C0, 0xCCB4, 0};    /* DotumChe */
280 WCHAR KF_LocalName4[] = {0xAD74, 0xB9BC, 0};            /* Gulim */
281 WCHAR KF_LocalName5[] = {0xAD74, 0xB9BC, 0xCCB4, 0};    /* GulimChe */
282 WCHAR KF_LocalName6[] = {0xAD81, 0xC11C, 0};            /* Gungsuh */
283 WCHAR KF_LocalName7[] = {0xAD81, 0xC11C, 0xCCB4, 0};    /* GungsuhChe */
284 MUI_SUBFONT KoreanFonts[] =
285 {
286     { L"Arial Baltic,186",       L"Arial,186" },
287     { L"Arial CE,238",           L"Arial,238" },
288     { L"Arial CYR,204",          L"Arial,204" },
289     { L"Arial Greek,161",        L"Arial,161" },
290     { L"Arial TUR,162",          L"Arial,162" },
291     { L"Batang",                 L"Droid Sans Fallback" },
292     { L"BatangChe",              L"Droid Sans Fallback" },
293     { L"Courier",                L"Courier New" },
294     { L"Courier New Baltic,186", L"Courier New,186" },
295     { L"Courier New CE,238",     L"Courier New,238" },
296     { L"Courier New CYR,204",    L"Courier New,204" },
297     { L"Courier New Greek,161",  L"Courier New,161" },
298     { L"Courier New TUR,162",    L"Courier New,162" },
299     { L"Dotum",                  L"Droid Sans Fallback" },
300     { L"DotumChe",               L"Droid Sans Fallback" },
301     { L"Fixedsys",               L"Fixedsys Excelsior 3.01-L2" },
302     { L"Gulim",                  L"Droid Sans Fallback" },
303     { L"GulimChe",               L"Droid Sans Fallback" },
304     { L"Gungsuh",                L"Droid Sans Fallback" },
305     { L"GungsuhChe",             L"Droid Sans Fallback" },
306     { L"Helv",                   L"MS Sans Serif" },
307     { L"Helvetica",              L"Arial" },
308     { L"MS Sans Serif",          L"Droid Sans Fallback" },
309     { L"MS Shell Dlg",           L"Droid Sans Fallback" },
310     { L"MS Shell Dlg 2",         L"Droid Sans Fallback" },
311     { L"MS UI Gothic",           L"Droid Sans Fallback" },
312     { L"MS UI Gothic 2",         L"Droid Sans Fallback" },
313     { L"Segoe UI Symbol",        L"Arial" },
314     { L"Terminal",               L"Lucida Console" },
315     { L"Times",                  L"Times New Roman" },
316     { L"Times New Roman Baltic,186",   L"Times New Roman,186" },
317     { L"Times New Roman CE,238",       L"Times New Roman,238" },
318     { L"Times New Roman CYR,204",      L"Times New Roman,204" },
319     { L"Times New Roman Greek,161",    L"Times New Roman,161" },
320     { L"Times New Roman TUR,162",      L"Times New Roman,162" },
321     { L"Tms Rmn",                L"Times New Roman" },
322     { L"Trebuchet MS",           L"Droid Sans Fallback" },
323     /* localized names */
324     { KF_LocalName0,             L"Droid Sans Fallback" },
325     { KF_LocalName1,             L"Droid Sans Fallback" },
326     { KF_LocalName2,             L"Droid Sans Fallback" },
327     { KF_LocalName3,             L"Droid Sans Fallback" },
328     { KF_LocalName4,             L"Droid Sans Fallback" },
329     { KF_LocalName5,             L"Droid Sans Fallback" },
330     { KF_LocalName6,             L"Droid Sans Fallback" },
331     { KF_LocalName7,             L"Droid Sans Fallback" },
332     { NULL, NULL }
333 };
334 
335 MUI_SUBFONT UnicodeFonts[] =
336 {
337     { L"Arial Baltic,186",       L"Arial,186" },
338     { L"Arial CE,238",           L"Arial,238" },
339     { L"Arial CYR,204",          L"Arial,204" },
340     { L"Arial Greek,161",        L"Arial,161" },
341     { L"Arial TUR,162",          L"Arial,162" },
342     { L"Courier",                L"Courier New" },
343     { L"Courier New Baltic,186", L"Courier New,186" },
344     { L"Courier New CE,238",     L"Courier New,238" },
345     { L"Courier New CYR,204",    L"Courier New,204" },
346     { L"Courier New Greek,161",  L"Courier New,161" },
347     { L"Courier New TUR,162",    L"Courier New,162" },
348     { L"Fixedsys",               L"Fixedsys Excelsior 3.01-L2" },
349     { L"Helvetica",              L"Arial" },
350     { L"Segoe UI Symbol",        L"Arial" },
351     { L"System",                 L"FreeSans" },
352     { L"Terminal",               L"Courier New" },
353     { L"Times",                  L"Times New Roman" },
354     { L"Times New Roman Baltic,186",   L"Times New Roman,186" },
355     { L"Times New Roman CE,238",       L"Times New Roman,238" },
356     { L"Times New Roman CYR,204",      L"Times New Roman,204" },
357     { L"Times New Roman Greek,161",    L"Times New Roman,161" },
358     { L"Times New Roman TUR,162",      L"Times New Roman,162" },
359     { L"Tms Rmn",                L"Times New Roman" },
360     { NULL, NULL }
361 };
362 
363 MUI_SUBFONT HindiFonts[] =
364 {
365     /*Font                       Substitute  */
366     { L"Arial Baltic,186",       L"Arial,186" },
367     { L"Arial CE,238",           L"Arial,238" },
368     { L"Arial CYR,204",          L"Arial,204" },
369     { L"Arial Greek,161",        L"Arial,161" },
370     { L"Arial TUR,162",          L"Arial,162" },
371     { L"Courier",                L"Courier New" },
372     { L"Courier New Baltic,186", L"Courier New,186" },
373     { L"Courier New CE,238",     L"Courier New,238" },
374     { L"Courier New CYR,204",    L"Courier New,204" },
375     { L"Courier New Greek,161",  L"Courier New,161" },
376     { L"Courier New TUR,162",    L"Courier New,162" },
377     { L"Fixedsys",               L"Fixedsys Excelsior 3.01-L2" },
378     { L"Helv",                   L"MS Sans Serif" },
379     { L"Helvetica",              L"Arial" },
380     { L"MS Sans Serif",          L"FreeSans" },
381     { L"MS Shell Dlg",           L"FreeSans" },
382     { L"MS Shell Dlg 2",         L"FreeSans" },
383     { L"Palatino Linotype",      L"FreeSans" },
384     { L"Segoe UI Symbol",        L"Arial" },
385     { L"System",                 L"FreeSans" },
386     { L"Tahoma",                 L"FreeSans" },
387     { L"Terminal",               L"Lucida Console" },
388     { L"Times",                  L"Times New Roman" },
389     { L"Times New Roman Baltic,186",   L"Times New Roman,186" },
390     { L"Times New Roman CE,238",       L"Times New Roman,238" },
391     { L"Times New Roman CYR,204",      L"Times New Roman,204" },
392     { L"Times New Roman Greek,161",    L"Times New Roman,161" },
393     { L"Times New Roman TUR,162",      L"Times New Roman,162" },
394     { L"Tms Rmn",                L"Times New Roman" },
395     { NULL, NULL }
396 };
397 
398 MUI_SUBFONT SimplifiedChineseFontFixup[] =
399 {
400     { L"MS Shell Dlg", L"SimSun" },
401     { L"Tahoma", L"SimSun" },
402     { NULL, NULL }
403 };
404 
405 MUI_SUBFONT TraditionalChineseFontFixup[] =
406 {
407     { L"MS Shell Dlg", L"PMingLiU" },
408     { L"Tahoma", L"PMingLiU" },
409     { NULL, NULL }
410 };
411 
412 MUI_SUBFONT JapaneseFontFixup[] =
413 {
414     { L"MS Shell Dlg", L"MS UI Gothic" },
415     { L"Tahoma", L"MS UI Gothic" },
416     { NULL, NULL }
417 };
418 
419 MUI_SUBFONT KoreanFontFixup[] =
420 {
421     { L"MS Shell Dlg", L"Batang" },
422     { L"Tahoma", L"Batang" },
423     { NULL, NULL }
424 };
425 
426 MUI_SUBFONT FontFixupMINGLIU[] =
427 {
428     { L"MingLiU", NULL },
429     { L"PMingLiU", NULL },
430     { CTF_LocalName0, NULL },
431     { CTF_LocalName1, NULL },
432     { NULL, NULL }
433 };
434 
435 MUI_SUBFONT FontFixupSIMSUN[] =
436 {
437     { L"NSimSun", NULL },
438     { L"SimSun", NULL },
439     { CSF_LocalName0, NULL },
440     { CSF_LocalName1, NULL },
441     { CSF_LocalName2, NULL },
442     { NULL, NULL }
443 };
444 
445 MUI_SUBFONT FontFixupMSSONG[] =
446 {
447     { L"MS Song", NULL },
448     { CSF_LocalName4, NULL },
449     { NULL, NULL }
450 };
451 
452 MUI_SUBFONT FontFixupMSGOTHIC[] =
453 {
454     { L"MS Gothic", NULL },
455     { L"MS PGothic", NULL },
456     { L"MS UI Gothic", NULL },
457     { JF_LocalName2, NULL },
458     { JF_LocalName3, NULL },
459     { NULL, NULL }
460 };
461 
462 MUI_SUBFONT FontFixupMSMINCHO[] =
463 {
464     { L"MS Mincho", NULL },
465     { L"MS PMincho", NULL },
466     { JF_LocalName0, NULL },
467     { JF_LocalName1, NULL },
468     { NULL, NULL }
469 };
470 
471 MUI_SUBFONT FontFixupGULIM[] =
472 {
473     { L"Gulim", NULL },
474     { L"GulimChe", NULL },
475     { KF_LocalName4, NULL },
476     { KF_LocalName5, NULL },
477     { NULL, NULL }
478 };
479 
480 MUI_SUBFONT FontFixupBATANG[] =
481 {
482     { L"Batang", NULL},
483     { L"BatangChe", NULL},
484     { KF_LocalName0, NULL},
485     { KF_LocalName1, NULL},
486     { NULL, NULL }
487 };
488