Article Title: how to set the font of Wine in Linux. Linux is a technology channel of the IT lab in China. Includes basic categories such as desktop applications, Linux system management, kernel research, embedded systems, and open source.
First, the Wine system must have a Chinese font. I have installed in my Ubuntu system. This is also the Chinese font used by several versions of systems earlier than Windows Vista. Therefore:
Cd ~ /. Wine/drive_c/windows/fonts
Ln-s/usr/share/fonts/truetype/simsun. ttf simsun. ttc
Of course, you can copy the fonts font to the fonts directory, where the connection is directly established to save space.
Then modify the wine registry:
Vi ~ /. Wine/system. reg
Find [System \ CurrentControlSet \ Hardware Profiles \ Current \ Software \ Fonts], and set "" LogPixels "= dword: 00000060 "to" "LogPixels" = dword: 00000070 ".
Find "[Software \ Microsoft \ Windows NT \ CurrentVersion \ FontSubstitutes] xxxx, modify the two items related to "MS Shell Dlg" to the following (that is, change the font to ):
"MS Shell Dlg" = "SimSun"
"MS Shell Dlg 2" = "SimSun"
Then:
Vi ~ /. Wine/drive_c/windows/win. ini
Change the "Desktop" block to the following (that is, increase the font size ):
[Desktop]
Menufontsize = 13
Messagefontsize = 13
Statusfontsize = 13
IconTitleSize = 13
In most cases, the Chinese display is normal.