|
|

楼主 |
发表于 2005-11-19 19:49:57
|
显示全部楼层
suse10的字体好可以
不过英文还是要发毛
不好
在kde下安装自己的字体就可以了
系统就能找到字体了
现在就是出现英文有些发毛
在fonts.conf文件中加入一点
<match target="font" >
<test name="family" >
<string>***********</string>
</test>
<edit name="globaladvance" >
<bool>false</bool>
</edit>
</match>
<match target="font" >
<test name="family" >
<string>***********</string>
</test>
<edit name="globaladvance" >
<bool>false</bool>
</edit>
</match>
<match target="font" >
<edit mode="assign" name="antialias" >
<bool>true</bool>
</edit>
<edit mode="assign" name="hinting" >
<bool>false</bool>
</edit>
<edit mode="assign" name="autohint" >
<bool>false</bool>
</edit>
<edit mode="assign" name="hintstyle" >
<const>hintnone</const>
</edit>
<edit mode="assign" name="rh_prefer_bitmaps" >
<bool>false</bool>
</edit>
</match>
<match target="font" >
<test compare="more_eq" name="pixelsize" qual="any" >
<double>12</double>
</test>
<test compare="less_eq" name="pixelsize" qual="any" >
<double>16</double>
</test>
<edit mode="assign" name="antialias" >
<bool>false</bool>
</edit>
<edit mode="assign" name="hinting" >
<bool>true</bool>
</edit>
<edit mode="assign" name="autohint" >
<bool>false</bool>
</edit>
<edit mode="assign" name="hintstyle" >
<const>hintfull</const>
</edit>
<edit mode="assign" name="rh_prefer_bitmaps" >
<bool>true</bool>
</edit>
</match>
<match target="font" >
<edit mode="assign" name="hinting" >
<bool>true</bool>
</edit>
</match>
<match target="font" >
<edit mode="assign" name="hintstyle" >
<const>hintmedium</const>
</edit>
</match>
</fontconfig>
*******的部分改为你自己安装的字体
我安装了2个字体
所以有2排*号 |
|