-
-
Save danny-source/69a4e01a58ea8f64996aa6cb1591dc73 to your computer and use it in GitHub Desktop.
Wine 專用中文化
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
REGEDIT4 | |
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\FontLink] | |
"FontLinkControl"=dword:00004000 | |
"FontLinkDefaultChar"=dword:00003000 | |
/* 替換字型1 */ | |
/* 安裝Wine不會提供字型,所以需要替換字型,我以Noto Sans CJK TC Medium替換 */ | |
/* 取代字型 */ | |
/* Wine 1.1.12 打補丁後也會有亂碼,所以要修改這裡 */ | |
/* Wine 1.1.12 之前可以不用修改,改了應該也沒關係 */ | |
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontLink\SystemLink] | |
"Microsoft Sans Serif"="NotoSansCJK-Medium.ttc,Noto Sans CJK TC Medium" | |
"SimSun"="NotoSansCJK-Medium.ttc,Noto Sans CJK TC Medium" | |
"Tahoma"="NotoSansCJK-Medium.ttc,Noto Sans CJK TC Medium" | |
"PMingLiU"="NotoSansCJK-Medium.ttc,Noto Sans CJK TC Medium" | |
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\FontSubstitutes] | |
"Arial Baltic,186"="Noto Sans CJK TC Medium,186" | |
"Arial CE,238"="Noto Sans CJK TC Medium,238" | |
"Arial CYR,204"="Noto Sans CJK TC Medium,204" | |
"Arial Greek,161"="Noto Sans CJK TC Medium,161" | |
"Arial TUR,162"="Noto Sans CJK TC Medium,162" | |
"Courier New Baltic,186"="Noto Sans CJK TC Medium,186" | |
"Courier New CE,238"="Noto Sans CJK TC Medium,238" | |
"Courier New CYR,204"="Noto Sans CJK TC Medium,204" | |
"Courier New Greek,161"="Noto Sans CJK TC Medium,161" | |
"Courier New TUR,162"="Noto Sans CJK TC Medium,162" | |
"Helv"="Noto Sans CJK TC Medium" | |
"Helvetica"="Noto Sans CJK TC Medium" | |
"MS Shell Dlg"="Noto Sans CJK TC Medium" | |
"MS Shell Dlg 2"="Noto Sans CJK TC Medium" | |
"PMingLiU"="Noto Sans CJK TC Medium" | |
"新細明體"="Noto Sans CJK TC Medium" | |
"Tahoma"="Noto Sans CJK TC Medium" | |
"Times"="Noto Sans CJK TC Medium" | |
"Times New Roman Baltic,186"="Noto Sans CJK TC Medium,186" | |
"Times New Roman CE,238"="Noto Sans CJK TC Medium,238" | |
"Times New Roman CYR,204"="Noto Sans CJK TC Medium,204" | |
"Times New Roman Greek,161"="Noto Sans CJK TC Medium,161" | |
"Times New Roman TUR,162"="Noto Sans CJK TC Medium,162" | |
"Tms Rmn"="Noto Sans CJK TC Medium" | |
"Lucida Sans Unicode"="NotoSansCJK-Medium.ttc,Noto Sans CJK TC Medium" | |
/* 平滑化(anti-alias) */ | |
/* 如果覺得開了之後字體難看,把三個Y改成N */ | |
[HKEY_CURRENT_USER\Software\Wine\X11 Driver] | |
"ClientSideAntiAliasWithCore"="N" | |
"ClientSideAntiAliasWithRender"="N" | |
"ClientSideWithRender"="N" | |
/* 替換字型2 */ | |
[HKEY_CURRENT_USER\Software\Wine\Fonts\Replacements] | |
@="Noto Sans CJK TC Medium" | |
"Arial"="Noto Sans CJK TC Medium" | |
"Fixedsys"="Noto Sans CJK TC Medium" | |
"Microsoft Sans Serif"="Noto Sans CJK TC Medium" | |
"MingLiU"="Noto Sans CJK TC Medium" | |
"MS UI Gothic"="Noto Sans CJK TC Medium" | |
"PMingLiU"="Noto Sans CJK TC Medium" | |
"Simsun"="Noto Sans CJK TC Medium" | |
"Songti"="Noto Sans CJK TC Medium" | |
"System"="Noto Sans CJK TC Medium" | |
"Tahoma"="Noto Sans CJK TC Medium" | |
"Terminal"="Noto Sans CJK TC Medium" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment