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