但是,我把她的libXft.so.2.1.1提取出来复制到/usr/lib/目录里面,并作了相关的符号连接,并在/etc/fonts/local.conf里面加入
<!--
Add by [email protected]
Artificial bold for fonts without a bold version.
-->
<match target="font">
<!-- check to see if the pattern requested > "medium" -->
<test target="pattern" name="weight" compare="more">
<const>medium</const>
</test>
<!-- pretend the font is bold now -->
<edit name="weight" mode="assign">
<const>bold</const>
</edit>
</match>
<!--
粗体字却没有出来。
我的系统是debian unstable,现在就想把粗体字给弄出来,请问还需要打什么补丁?多谢