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