一个关于以前在redhat可行,到了slackware不可行
以前我用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里加入这段后,字体是清晰细小了,可是字体歪斜的,象发抖的手写出来的字那样,请问知道是什么原因吗?
谢谢 you need byte_code_interpreter compiled into your freetype package.
dowload the source package and READ its documents carefully.
页:
[1]