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