|
|
发表于 2006-6-7 21:02:47
|
显示全部楼层
Post by miaohf
请问shpchp,你打了freetype的字体补丁了吗?
没有。
我所有的包全是Gentoo标准的稳定版的包。
我是笔记本,/etc/fonts/local.conf的设置是:
- <match target="font">
- <edit name="rgba" mode="assign">
- <const>rgb</const>
- </edit>
- <edit name="autohint" mode="assign">
- <bool>true</bool>
- </edit>
- </match>
- <!-- Use SimHei as bold. -->
- <match target="pattern">
- <test name="family">
- <string>SimSun</string>
- </test>
- <test name="weight" compare="more_eq">
- <const>bold</const>
- </test>
- <edit name="family" mode="assign">
- <string>SimHei</string>
- </edit>
- </match>
复制代码 |
|