|
发表于 2006-8-13 22:16:31
|
显示全部楼层
Post by quanliking
找的问题的原因,出在我的配置文件 cjk.conf 的中文字体英文部分替换处,注释掉该部分,将显示正常。
- <!--
- Chinese fonts - english portion substitution
- It do its work on gtk2, but not on qt
- -->
- <match target="font" >
- <test name="family" qual="any" >
- <string>SimSun</string>
- <string>宋体</string>
- <string>PMingLiU</string>
- <string>新細明體</string>
- </test>
- <edit name="family" mode="prepend" binding="strong" >
- <string>Arial</string>
- </edit>
- </match>
- ......
复制代码
看来很多问题都出在这个字体替换部分,有点顾此失彼的感觉,fontconfig 好像又没有非常好的办法来解决替换问题,我再找找资料。
ubuntu 下的 openoffice:
simsun, mingliu 的效果见附件。
openoffice 的设置界面有字体重叠现象,可以在 “缩放” 栏里调整,我调到 108 字体不再重叠。见附件
debian sid 郁闷了
mingliu 的AA字体破碎 |
|