mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
[BOOTDATA][INF] Retry: Add Tahoma entry to Asian FontLink (#7001)
This is re-trial of #6985. Forgot a comma and a backslash. JIRA issue: CORE-9616 Modify boot/bootdata/hivesft.inf.
This commit is contained in:
parent
6c7974d91f
commit
7e2cd98688
1 changed files with 26 additions and 13 deletions
|
@ -639,61 +639,74 @@ HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontLink\SystemLink","MingLiU
|
|||
"micross.ttf,Microsoft Sans Serif",\
|
||||
"simsun.ttc,SimSun",\
|
||||
"msmincho.ttc,MS Mincho",\
|
||||
"batang.ttc,BatangChe"
|
||||
"batang.ttc,BatangChe",\
|
||||
"tahoma.ttf,Tahoma"
|
||||
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontLink\SystemLink","SimSun",0x00010000,\
|
||||
"micross.ttf,Microsoft Sans Serif",\
|
||||
"mingliu.ttc,PMingLiU",\
|
||||
"msmincho.ttc,MS PMincho",\
|
||||
"batang.ttc,Batang"
|
||||
"batang.ttc,Batang",\
|
||||
"tahoma.ttf,Tahoma"
|
||||
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontLink\SystemLink","PMingLiU",0x00010000,\
|
||||
"micross.ttf,Microsoft Sans Serif",\
|
||||
"simsun.ttc,SimSun",\
|
||||
"msmincho.ttc,MS PMincho",\
|
||||
"BATANG.TTC,Batang"
|
||||
"BATANG.TTC,Batang",\
|
||||
"tahoma.ttf,Tahoma"
|
||||
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontLink\SystemLink","NSimSun",0x00010000,\
|
||||
"mingliu.ttc,PMingLiU",\
|
||||
"msmincho.ttc,MS Mincho",\
|
||||
"batang.ttc,BatangChe"
|
||||
"batang.ttc,BatangChe",\
|
||||
"tahoma.ttf,Tahoma"
|
||||
|
||||
; FontLink (Japanese to others)
|
||||
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontLink\SystemLink","MS Gothic",0x00010000,\
|
||||
"mingliu.ttc,MingLiU",\
|
||||
"simsun.ttc,SimSun",\
|
||||
"gulim.ttc,GulimChe"
|
||||
"gulim.ttc,GulimChe",\
|
||||
"tahoma.ttf,Tahoma"
|
||||
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontLink\SystemLink","MS Mincho",0x00010000,\
|
||||
"mingliu.ttc,MingLiU",\
|
||||
"simsun.ttc,SimSun",\
|
||||
"batang.ttc,Batang"
|
||||
"batang.ttc,Batang",\
|
||||
"tahoma.ttf,Tahoma"
|
||||
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontLink\SystemLink","MS PGothic",0x00010000,\
|
||||
"mingliu.ttc,PMingLiU",\
|
||||
"simsun.ttc,SimSun",\
|
||||
"gulim.ttc,Gulim"
|
||||
"gulim.ttc,Gulim",\
|
||||
"tahoma.ttf,Tahoma"
|
||||
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontLink\SystemLink","MS PMincho",0x00010000,\
|
||||
"mingliu.ttc,PMingLiU",\
|
||||
"simsun.ttc,SimSun",\
|
||||
"batang.ttc,Batang"
|
||||
"batang.ttc,Batang",\
|
||||
"tahoma.ttf,Tahoma"
|
||||
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontLink\SystemLink","MS UI Gothic",0x00010000,\
|
||||
"simsun.ttc,SimSun",\
|
||||
"gulim.ttc,Gulim",\
|
||||
"mingliu.ttc,PMingLiU"
|
||||
"mingliu.ttc,PMingLiU",\
|
||||
"tahoma.ttf,Tahoma"
|
||||
|
||||
; FontLink (Korean to others)
|
||||
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontLink\SystemLink","Batang",0x00010000,\
|
||||
"msmincho.ttc,MS PMincho",\
|
||||
"mingliu.ttc,PMingLiU",\
|
||||
"simsun.ttc,SimSun"
|
||||
"simsun.ttc,SimSun",\
|
||||
"tahoma.ttf,Tahoma"
|
||||
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontLink\SystemLink","BatangChe",0x00010000,\
|
||||
"msmincho.ttc,MS Mincho",\
|
||||
"mingliu.ttc,MingLiU",\
|
||||
"simsun.ttc,SimSun"
|
||||
"simsun.ttc,SimSun",\
|
||||
"tahoma.ttf,Tahoma"
|
||||
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontLink\SystemLink","Gulim",0x00010000,\
|
||||
"micross.ttf,Microsoft Sans Serif",\
|
||||
"msgothic.ttc,MS UI Gothic",\
|
||||
"mingliu.ttc,PMingLiU"
|
||||
"mingliu.ttc,PMingLiU",\
|
||||
"tahoma.ttf,Tahoma"
|
||||
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontLink\SystemLink","GulimChe",0x00010000,\
|
||||
"msgothic.ttc,MS Gothic",\
|
||||
"mingliu.ttc,MingLiU",\
|
||||
"simsun.ttc,SimSun"
|
||||
"simsun.ttc,SimSun",\
|
||||
"tahoma.ttf,Tahoma"
|
||||
|
||||
; Win32k GRE initialization
|
||||
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\GRE_Initialize",,0x00000012
|
||||
|
|
Loading…
Reference in a new issue