mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
Untested !!!!
Added Font substition support for Marlett via TGMarlett svn path=/trunk/; revision=9425
This commit is contained in:
parent
6eb086ebc9
commit
997484141f
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ HKLM,"SOFTWARE\ReactOS\Windows NT\CurrentVersion\Winlogon","Userinit",0x00020000
|
|||
; 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","Marlett",0x00000000,"TGMarlett"
|
||||
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\SysFontSubstitutes","Times New Roman",0x00000000,"Bitstream Vera Serif"
|
||||
|
||||
; EOF
|
||||
|
|
Loading…
Reference in a new issue