mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[BOOTDATA][INF] Add Tahoma entry to Asian FontLink (#6985)
Follow-up to #6929. Latin accented characters will be able to be mixed in East Asian text by FontLink framework in the future. JIRA issue: CORE-9616 - Modify boot/bootdata/hivesft.inf. - Add "tahoma.ttf,Tahoma" entry to Asian FontLink registry values.
This commit is contained in:
parent
77d05dd552
commit
8079fa1a3d
1 changed files with 25 additions and 12 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"
|
||||
"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