Install dejavu font on livecd and bootcd and

change everthing to dejavu fonts. Rember console apps can not use dejavu font for it will regress. 
that is the reasson we keep old bitstream fonts for now. and another problem is bitstream font is
hardcode into console apps (example cmd), it have been hard code in csrss and maybe some more place. 

svn path=/trunk/; revision=22947
This commit is contained in:
Magnus Olsen 2006-07-08 20:49:55 +00:00
parent 998ca67436
commit d22007aa7c
2 changed files with 29 additions and 8 deletions

View file

@ -37,15 +37,15 @@ HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList",,0x00000012
; Font substitutes
; SysFontSubstitutes are also returned by EnumFontFamilies, FontSubstitutes aren't
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Arial",0x00000000,"Bitstream Vera Sans"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Courier New",0x00000000,"Bitstream Vera Sans Mono"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Arial",0x00000000,"DejaVu Vera Sans"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Courier New",0x00000000,"DejaVu Vera Sans Mono"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Marlett",0x00000000,"TGMarlett"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Times New Roman",0x00000000,"Bitstream Vera Serif"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Tahoma",0x00000000,"Bitstream Vera Sans"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Sans Serif",0x00000000,"Bitstream Vera Sans"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Shell Dlg",0x00000000,"Bitstream Vera Sans"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Shell Dlg 2",0x00000000,"Bitstream Vera Sans"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Helv",0x00000000,"Bitstream Vera Sans"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Times New Roman",0x00000000,"DejaVu Vera Serif"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Tahoma",0x00000000,"DejaVu Vera Sans"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Sans Serif",0x00000000,"DejaVu Vera Sans"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Shell Dlg",0x00000000,"DejaVu Vera Sans"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","MS Shell Dlg 2",0x00000000,"DejaVu Vera Sans"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Helv",0x00000000,"DejaVu Vera Sans"
; Time zone settings
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones",,0x00000012

View file

@ -57,6 +57,7 @@ base\applications\regedit\clb\clb.dll 1
;base\applications\reporterror\reporterror.exe 1
base\applications\sc\sc.exe 1
base\applications\screenshot\screenshot.exe 1
base\applications\screensavers\matrix\matrix.scr 1
base\applications\servman\servman.exe 1
base\applications\shutdown\shutdown.exe 1
;base\applications\sm\sm.exe 1
@ -267,6 +268,26 @@ drivers\video\miniport\vbe\vbemp.sys 2
drivers\video\videoprt\videoprt.sys 2
; Media
media\fonts\DejaVuSans.ttf 3
media\fonts\DejaVuSans-Bold.ttf 3
media\fonts\DejaVuSans-BoldOblique.ttf 3
media\fonts\DejaVuSansCondensed.ttf 3
media\fonts\DejaVuSansCondensed-Bold.ttf 3
media\fonts\DejaVuSansCondensed-Oblique.ttf 3
media\fonts\DejaVuSans-ExtraLight.ttf 3
media\fonts\DejaVuSansMono.ttf 3
media\fonts\DejaVuSansMono-Bold.ttf 3
media\fonts\DejaVuSansMono-BoldOblique.ttf 3
media\fonts\DejaVuSansMono-Oblique.ttf 3
media\fonts\DejaVuSans-Oblique.ttf 3
media\fonts\DejaVuSerif.ttf 3
media\fonts\DejaVuSerif-Bold.ttf 3
media\fonts\DejaVuSerif-BoldOblique.ttf 3
media\fonts\DejaVuSerifCondensed.ttf 3
media\fonts\DejaVuSerifCondensed-Bold.ttf 3
media\fonts\DejaVuSerifCondensed-BoldOblique.ttf 3
media\fonts\DejaVuSerifCondensed-Oblique.ttf 3
media\fonts\DejaVuSerif-Oblique.ttf 3
media\fonts\c0419bt_.ttf 3
media\fonts\c0582bt_.ttf 3
media\fonts\c0583bt_.ttf 3