-
2009-09-14
wine 中文字体相关设置 - [软件使用]
版权声明:转载时请以超链接形式标明文章原始出处和作者信息及本声明
http://linux.blogbus.com/logs/46389305.html
1、从c:\windows\fonts\里拷贝一个simsun.ttc到~/.wine/drive_c/windows/fonts/ (此目录根据登录用户名会有所不同)
2、修改/加入 ~/.wine/system.reg[System\\CurrentControlSet\\Hardware Profiles\\Current\\Software\\Fonts]
"LogPixels"=dword:00000070
这里是改变dialog window buttom的字体大小
3.修改/加入 ~/.wine/windows的dir/win.ini
[Desktop]
menufontsize=13
messagefontsize=13
statusfontsize=13
IconTitleSize=13
这边是改变其他字体的大小
另外:
修改~/.wine/system.reg
[Software\\Microsoft\\Windows NT\\CurrentVersion\\FontSubstitutes] 1144897563
"MS Shell Dlg"="SimSun"
"MS Shell Dlg 2"="SimSun"可以解决某些按钮字体的问题
在某些系统中,以上方法都不能解决字体默认为simsun,最后发现,系统最先使用simfang.ttf,所以可以这样做:
ln -s SimSun.ttc simfang.ttc
因为simfang.ttc在simfang.ttf前,所以使用了simsun字体随机文章:
Wine for Debian Lenny, Squeeze and Sid 2009-10-09wine 软件html rendering disabled解决方法gecko 2008-09-04使用debian 5.0 lenny 10天来的感受 2009-02-25请问如何去掉那个还没有完整扫描我的电脑的提示 2008-05-18
收藏到:Del.icio.us







