How to turn off anti alias for SimSung?

系统字体配置、中文显示和输入法问题
回复
wk1989
帖子: 10
注册时间: 2005-05-02 3:07
来自: Toronto Canada

How to turn off anti alias for SimSung?

#1

帖子 wk1989 » 2005-06-26 5:25

Right now, all my Chinese localization are done, but I need to diable anti alias for SimSung only by editing font.conf, how would I do that?
yongyi
帖子: 3025
注册时间: 2005-05-07 23:57
联系:

#2

帖子 yongyi » 2005-06-26 8:07

diable anti alias???
独自看一看大海
总想起身边走在路上的朋友
Lenovo E290-420[Celeron-M420/256M/60G/Intel GMA950]
头像
GOVO
帖子: 427
注册时间: 2005-05-15 3:09

#3

帖子 GOVO » 2005-06-26 11:47

请先用字体查看器确定字体的名称(name)叫什么,然后在fonts.conf中最后一行</fontconfig>前面加上
<match target="font">
<test qual="any" name="family"><string>fontname</string> </test>
<edit name="antialias" mode="assign"><bool>false</bool></edit>
</match>
把上面的fontname换成你想要关闭AA的字体,如果是Simsung,就是
<match target="font">
<test qual="any" name="family"><string>Simsung</string> </test>
<edit name="antialias" mode="assign"><bool>false</bool></edit>
</match>
琴声如我
回复