|
发表于 2005-3-13 22:29:49
|
显示全部楼层
Post by chen1960
PHP代码:
<match target="font">
<test qual="any" name="family" compare="eq">
<string>SimSun</string>
<!-- string>SimHei</string --> #<--------------这里是不是有错误?
</test>
<test name="pixelsize" compare="more_eq"><double>11</double></test>
<test name="pixelsize" compare="less_eq"><double>15</double></test>
<edit name="antialias"><bool>false</bool></edit>
</match>
对于楼主问的不能安装scim和fcitx的问题,我没有遇到过。fcitx相对要好安装。安装scim的时候,注意一下locale,我从源码编译安装的时候曾把locale设成zh_CN.utf8,结果scim死活不能调出来,搜了半天的贴子,看到一个贴子上说,scim只认zh_CN.UTF-8.改了一下,就可以了。
呵呵。那应该是我改的。因为我不喜欢没有AA的黑体,所以把黑体注释掉了,只对simsun不做AA。 |
|