http://www.linuxsir.org/bbs/showthread.php?t=266659
讲得非常详细,效果也非常不错。
在修改之后一定记住
代码: 全选
sudo vi /etc/firefox/firefoxrc
代码: 全选
MOZ_DISABLE_PANGO=1
另外在local.conf里面有这样一段
代码: 全选
<!--
Enable sub-pixel rendering.
If you are using CRT, set rgb -> none
-->
<match target="font" >
<edit name="rgba" mode="assign" >
<const>rgb</const>
</edit>
</match>
如果OO乱码,解决方法见那个主题的第11页。
修改cjk.conf中那段如下
代码: 全选
<!--
Chinese fonts - english portion substitution
It do its work on gtk2, but not on qt
-->
<match target="pattern" >
<test name="family" qual="any" >
<string>SimSun</string>
<string>宋体</string>
<string>PMingLiU</string>
<string>新細明體</string>
</test>
<edit name="family" mode="prepend" binding="strong" >
<string>Verdana</string>
</edit>
</match>
<match target="pattern" >
<test name="family" qual="any" >
<string>NSimSun</string>
<string>新宋体</string>
<string>MingLiU</string>
<string>細明體</string>
</test>
<edit name="family" mode="prepend" binding="strong" >
<string>Courier New</string>
</edit>
</match>
LZ没有把附件的配置文件改成patten也是有原因的,可参考主题贴大概第10页以后。
OO出现字符重叠的解决办法:
在字体首选项里设置“应用程序字体”“桌面字体”和“窗口标题字体”为”Verdana”.