+ -
当前位置:首页 → 问答吧 → 一个关于以前在redhat可行,到了slackware不可行的中文美化问题

一个关于以前在redhat可行,到了slackware不可行的中文美化问题

时间:2004-01-08

来源:互联网

以前我用RedHat 9.1的时候,在font.conf里加入这段
<!--
This expression is added by Akito Hirai<[email protected]> for convenience.
It can be used to make artificial bold versions in client libraries/applications.
-->
<match target="font">
<test name="weight">
<const>medium</const>
</test>
<test target="pattern" name="weight" compare="more">
<const>medium</const>
</test>
<edit name="weight" mode="assign">
<if>
<more>
<name>spacing</name>
<const>proportional</const>
</more>
<const>demibold</const>
<const>bold</const>
</if>
</edit>
</match>
<match target="font">
<test name="pixelsize" compare="less_eq">
<double>16</double>
</test>
<test name="pixelsize" compare="more_eq">
<double>8</double>
</test>
<edit name="antialias" mode="assign">
<bool>f</bool>
</edit>
</match>

然后字体会变细小,和windows很象。可是现在我在slackware的font.conf里加入这段后,字体是清晰细小了,可是字体歪斜的,象发抖的手写出来的字那样,请问知道是什么原因吗?

谢谢

作者: ICOIGO   发布时间: 2004-01-08

帖我的给你看看,不过我可不知道那段。反正这个在我那里显示很好。

作者: emylekao   发布时间: 2004-01-08

引用:
最初由 emylekao 发表
帖我的给你看看,不过我可不知道那段。反正这个在我那里显示很好。
Thank you but where is it?

作者: ICOIGO   发布时间: 2004-01-08

没打补丁,找CLE or firefly

作者: nbxmedia   发布时间: 2004-01-08

Actually I have installed some firefly patches already. And what patch you refer to?
Can you list the full name of those patches?

Thanks in advance.

作者: ICOIGO   发布时间: 2004-01-08

打上fontconfig,freetype,xft的补丁看看。

ftp://cle.linux.org.tw/pub/CLE/devel...onts_Solution/

作者: struggle   发布时间: 2004-01-08