LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 701|回复: 5

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

[复制链接]
发表于 2004-1-7 19:49:15 | 显示全部楼层 |阅读模式
以前我用RedHat 9.1的时候,在font.conf里加入这段
<!--
This expression is added by Akito Hirai<akito@kde.gr.jp> 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里加入这段后,字体是清晰细小了,可是字体歪斜的,象发抖的手写出来的字那样,请问知道是什么原因吗?

谢谢
发表于 2004-1-8 07:14:33 | 显示全部楼层
帖我的给你看看,不过我可不知道那段。反正这个在我那里显示很好。
 楼主| 发表于 2004-1-8 09:23:04 | 显示全部楼层
最初由 emylekao 发表
帖我的给你看看,不过我可不知道那段。反正这个在我那里显示很好。
Thank you but where is it?
发表于 2004-1-8 09:40:58 | 显示全部楼层
没打补丁,找CLE or firefly
 楼主| 发表于 2004-1-8 11:39:23 | 显示全部楼层
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.
发表于 2004-1-8 12:18:40 | 显示全部楼层
打上fontconfig,freetype,xft的补丁看看。

ftp://cle.linux.org.tw/pub/CLE/d ... tra/Fonts_Solution/
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表