edit your fonts.conf like this below
[code:1]
<!--
Add by [email protected]
If you don't want to use emdebedbitmap first.
you can set this "embed" with false.
Using embededbitmap can make chinese sharper.
Don't set it to false.
-->
<match target="font">
<edit name="embed" mode="assign">
<bool>false</bool>
</edit>
</match>
[quote:bda641c30b="conner"]粗体字只要fonts.conf设对,libXft.so的位置也对,应该是没有问题的。你试试看拷贝一份libXft.so到/usr/lib里面或者看看/usr/lib里面有没有libXft.so。[/quote]
sorry can't input Chinese in school.
I have same problem with Debian/Xfree 4.3/Xft 2.1.1. I replaced /usr/lib/libXft.so.2.1.1 by libXft.so.2.0 from /usr/X11R6/lib of another gentoo machine which also has FireFly's XFT patch. Then the problem is gone. Don't know why.
不灵,只是所有字体都粗了一点。
[quote:f25c33e10b="gackt3541"]edit your fonts.conf like this below
[code:1]
<!--
Add by [email protected]
If you don't want to use emdebedbitmap first.
you can set this "embed" with false.
Using embededbitmap can make chinese sharper.
Don't set it to false.
-->
<match target="font">
<edit name="embed" mode="assign">
<bool>false</bool>
</edit>
</match>