-
-
Save Arnie97/2faf81dd093aba652c735abc36e45810 to your computer and use it in GitHub Desktop.
Chinese font settings in wine
This file contains 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\SystemLink] | |
"Arial"="LiberationSans-Regular.ttf" | |
"Arial Black"="LiberationSans-Bold.ttf" | |
"Arial CE,238"="LiberationSans-Regular.ttf" | |
"Arial CYR,204"="LiberationSans-Regular.ttf" | |
"Arial Greek,161"="LiberationSans-Regular.ttf" | |
"Arial TUR,162"="LiberationSans-Regular.ttf" | |
"Courier New"="LiberationMono-Regular.ttf" | |
"Courier New CE,238"="LiberationMono-Regular.ttf" | |
"Courier New CYR,204"="LiberationMono-Regular.ttf" | |
"Courier New Greek,161"="LiberationMono-Regular.ttf" | |
"Courier New TUR,162"="LiberationMono-Regular.ttf" | |
"FixedSys"="LiberationMono-Regular.ttf" | |
"Georgia"="DejaVuSerif.ttf" | |
"Gulim"="SourceHanSans.ttc" | |
"Helv"="DejaVuSans.ttf" | |
"Helvetica"="DejaVuSans.ttf" | |
"Lucida Sans Unicode"="SourceHanSans.ttc" | |
"Microsoft Sans Serif"="SourceHanSans.ttc" | |
"Microsoft Yahei"="SourceHanSans.ttc" | |
"Microsoft Yahei Bold"="SourceHanSans.ttc" | |
"MS Sans Serif"="SourceHanSans.ttc" | |
"MS Shell Dlg"="SourceHanSans.ttc" | |
"MS Shell Dlg 2"="SourceHanSans.ttc" | |
"SimSun"="SourceHanSans.ttc" | |
"NSimSun"="SourceHanSans.ttc" | |
"仿宋"="SourceHanSerif.ttc" | |
"华文中宋"="SourceHanSerif.ttc" | |
"SimHei"="SourceHanSans.ttc" | |
"System"="SourceHanSans.ttc" | |
"Tahoma"="DejaVuSans.ttf" | |
"Tahoma Bold"="DejaVuSans-Bold.ttf" | |
"Times"="LiberationSerif-Regular.ttf" | |
"Times New Roman CE,238"="LiberationSerif-Regular.ttf" | |
"Times New Roman CYR,204"="LiberationSerif-Regular.ttf" | |
"Times New Roman Greek,161"="LiberationSerif-Regular.ttf" | |
"Times New Roman TUR,162"="LiberationSerif-Regular.ttf" | |
"Tms Rmn"="LiberationSerif-Regular.ttf" | |
"Verdana"="SourceHanSerif.ttc" | |
[HKEY_CURRENT_USER\Software\Wine\X11 Driver] | |
"ClientSideAntiAliasWithCore"="Y" | |
"ClientSideAntiAliasWithRender"="Y" | |
"ClientSideWithRender"="Y" | |
[HKEY_CURRENT_USER\Control Panel\Desktop] | |
"FontSmoothing"="2" | |
"FontSmoothingType"=dword:00000002 | |
"FontSmoothingGamma"=dword:00000578 | |
"FontSmoothingOrientation"=dword:00000001 | |
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Hardware Profiles\Current\Software\Fonts] | |
"LogPixels"=dword:00000070 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment