|
fontconfig为2.3.2
freetype为2.1.10
编译libXft2.1.10,看了一下fonts.conf
有[code:1]<!--
Synthetic emboldening for fonts that do not have bold face available
-->
<match target="font">
<!-- check to see if the font is just regular -->
<test name="weight" compare="less_eq">
<int>100</int>
</test>
<!-- check to see if the pattern requests bold -->
<test target="pattern" name="weight" compare="more_eq">
<int>200</int>
</test>
<!-- set the embolden flag -->
<edit name="embolden" mode="assign">
<bool>true</bool>
</edit>
</match>
[/code:1]
这一段..然后重起X,没发现粗体...
下载2.1.7的libXft重新编译 ,还是不行..
我还有哪里没有做?
猪肝说他用的好好的,,,强烈要求他给我个解释或者解决方法 |
|