mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 07:03:10 +00:00
[SETUP][BOOTDATA][FONTS][INF] Delete DejaVu Sans Mono and re-map (#4856)
- Delete "DejaVu Sans Mono" font files (DejaVuSansMono.ttf etc.). - Re-map "Terminal" font substitute to "Lucida Console" except for HebrewFonts and UnicodeFonts. - Re-map HebrewFonts "Terminal" font substitute to "Courier New". - Re-map UnicodeFonts "Terminal" font substitute to "Courier New". And then, re-map UnicodeFonts "Courier" font substitute to "Courier New". Delete UnicodeFonts "Courier New" font substitute. CORE-18605
This commit is contained in:
parent
a4193ade03
commit
bd40c13f6f
16 changed files with 20 additions and 9467 deletions
|
@ -21,7 +21,7 @@ MUI_SUBFONT LatinFonts[] =
|
|||
{ L"MS Shell Dlg", L"Tahoma" },
|
||||
{ L"MS Shell Dlg 2", L"Tahoma" },
|
||||
{ L"System", L"FreeSans" },
|
||||
{ L"Terminal", L"DejaVu Sans Mono" },
|
||||
{ L"Terminal", L"Lucida Console" },
|
||||
{ L"Times", L"Times New Roman" },
|
||||
{ L"Times New Roman Baltic,186", L"Times New Roman,186" },
|
||||
{ L"Times New Roman CE,238", L"Times New Roman,238" },
|
||||
|
@ -52,7 +52,7 @@ MUI_SUBFONT CyrillicFonts[] =
|
|||
{ L"MS Shell Dlg", L"Tahoma" },
|
||||
{ L"MS Shell Dlg 2", L"Tahoma" },
|
||||
{ L"System", L"FreeSans" },
|
||||
{ L"Terminal", L"DejaVu Sans Mono" },
|
||||
{ L"Terminal", L"Lucida Console" },
|
||||
{ L"Times", L"Times New Roman" },
|
||||
{ L"Times New Roman Baltic,186", L"Times New Roman,186" },
|
||||
{ L"Times New Roman CE,238", L"Times New Roman,238" },
|
||||
|
@ -83,7 +83,7 @@ MUI_SUBFONT GreekFonts[] =
|
|||
{ L"MS Shell Dlg", L"Tahoma" },
|
||||
{ L"MS Shell Dlg 2", L"Tahoma" },
|
||||
{ L"System", L"FreeSans" },
|
||||
{ L"Terminal", L"DejaVu Sans Mono" },
|
||||
{ L"Terminal", L"Lucida Console" },
|
||||
{ L"Times", L"Times New Roman" },
|
||||
{ L"Times New Roman Baltic,186", L"Times New Roman,186" },
|
||||
{ L"Times New Roman CE,238", L"Times New Roman,238" },
|
||||
|
@ -114,7 +114,7 @@ MUI_SUBFONT HebrewFonts[] =
|
|||
{ L"MS Shell Dlg", L"Tahoma" },
|
||||
{ L"MS Shell Dlg 2", L"Tahoma" },
|
||||
{ L"System", L"FreeSans" },
|
||||
{ L"Terminal", L"DejaVu Sans Mono" },
|
||||
{ L"Terminal", L"Courier New" },
|
||||
{ L"Times", L"Times New Roman" },
|
||||
{ L"Times New Roman Baltic,186", L"Times New Roman,186" },
|
||||
{ L"Times New Roman CE,238", L"Times New Roman,238" },
|
||||
|
@ -160,7 +160,7 @@ MUI_SUBFONT ChineseSimplifiedFonts[] =
|
|||
{ L"Source Sans Pro", L"Droid Sans Fallback" },
|
||||
{ L"System", L"Droid Sans Fallback" },
|
||||
{ L"Tahoma", L"Droid Sans Fallback" },
|
||||
{ L"Terminal", L"DejaVu Sans Mono" },
|
||||
{ L"Terminal", L"Lucida Console" },
|
||||
{ L"Times", L"Times New Roman" },
|
||||
{ L"Times New Roman Baltic,186", L"Times New Roman,186" },
|
||||
{ L"Times New Roman CE,238", L"Times New Roman,238" },
|
||||
|
@ -213,7 +213,7 @@ MUI_SUBFONT ChineseTraditionalFonts[] =
|
|||
{ L"Source Sans Pro", L"Droid Sans Fallback" },
|
||||
{ L"System", L"Droid Sans Fallback" },
|
||||
{ L"Tahoma", L"Droid Sans Fallback" },
|
||||
{ L"Terminal", L"DejaVu Sans Mono" },
|
||||
{ L"Terminal", L"Lucida Console" },
|
||||
{ L"Times", L"Times New Roman" },
|
||||
{ L"Times New Roman Baltic,186", L"Times New Roman,186" },
|
||||
{ L"Times New Roman CE,238", L"Times New Roman,238" },
|
||||
|
@ -264,7 +264,7 @@ MUI_SUBFONT JapaneseFonts[] =
|
|||
{ L"Source Sans Pro", L"Droid Sans Fallback" },
|
||||
{ L"System", L"Droid Sans Fallback" },
|
||||
{ L"Tahoma", L"Droid Sans Fallback" },
|
||||
{ L"Terminal", L"DejaVu Sans Mono" },
|
||||
{ L"Terminal", L"Lucida Console" },
|
||||
{ L"Times", L"Times New Roman" },
|
||||
{ L"Times New Roman Baltic,186", L"Times New Roman,186" },
|
||||
{ L"Times New Roman CE,238", L"Times New Roman,238" },
|
||||
|
@ -319,7 +319,7 @@ MUI_SUBFONT KoreanFonts[] =
|
|||
{ L"Source Sans Pro", L"Droid Sans Fallback" },
|
||||
{ L"System", L"Droid Sans Fallback" },
|
||||
{ L"Tahoma", L"Droid Sans Fallback" },
|
||||
{ L"Terminal", L"DejaVu Sans Mono" },
|
||||
{ L"Terminal", L"Lucida Console" },
|
||||
{ L"Times", L"Times New Roman" },
|
||||
{ L"Times New Roman Baltic,186", L"Times New Roman,186" },
|
||||
{ L"Times New Roman CE,238", L"Times New Roman,238" },
|
||||
|
@ -346,8 +346,7 @@ MUI_SUBFONT UnicodeFonts[] =
|
|||
{ L"Arial CYR,204", L"Arial,204" },
|
||||
{ L"Arial Greek,161", L"Arial,161" },
|
||||
{ L"Arial TUR,162", L"Arial,162" },
|
||||
{ L"Courier", L"DejaVu Sans Mono" },
|
||||
{ L"Courier New", L"DejaVu Sans Mono" },
|
||||
{ L"Courier", L"Courier New" },
|
||||
{ L"Courier New Baltic,186", L"Courier New,186" },
|
||||
{ L"Courier New CE,238", L"Courier New,238" },
|
||||
{ L"Courier New CYR,204", L"Courier New,204" },
|
||||
|
@ -356,7 +355,7 @@ MUI_SUBFONT UnicodeFonts[] =
|
|||
{ L"Fixedsys", L"Fixedsys Excelsior 3.01-L2" },
|
||||
{ L"Helvetica", L"Arial" },
|
||||
{ L"System", L"FreeSans" },
|
||||
{ L"Terminal", L"DejaVu Sans Mono" },
|
||||
{ L"Terminal", L"Courier New" },
|
||||
{ L"Times", L"Times New Roman" },
|
||||
{ L"Times New Roman Baltic,186", L"Times New Roman,186" },
|
||||
{ L"Times New Roman CE,238", L"Times New Roman,238" },
|
||||
|
@ -390,7 +389,7 @@ MUI_SUBFONT HindiFonts[] =
|
|||
{ L"Palatino Linotype", L"FreeSans" },
|
||||
{ L"System", L"FreeSans" },
|
||||
{ L"Tahoma", L"FreeSans" },
|
||||
{ L"Terminal", L"DejaVu Sans Mono" },
|
||||
{ L"Terminal", L"Lucida Console" },
|
||||
{ L"Times", L"Times New Roman" },
|
||||
{ L"Times New Roman Baltic,186", L"Times New Roman,186" },
|
||||
{ L"Times New Roman CE,238", L"Times New Roman,238" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue