谁能解释一下firefly小姐发布的每个补丁的功能
我把她的发布的fontconfig的rpm包里的libfontconfig.so.1.0.4提取出来移动到/usr/lib/里面,覆盖原来的libfontconfig.so.1.0.4。然后在/etc/fonts/local.conf加入
“<config>
<other_family>
<bool>true</bool>
</other_family>
</config>
”
系统的字体选择对话框就能够出现中文字体名。
但是,我把她的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,现在就想把粗体字给弄出来,请问还需要打什么补丁?多谢 没怎么用firefly的补丁,不是很清楚,但是firefly不是小姐这一点我肯定。他是一个帅哥啦! :mrgreen: :P firefly不是小姐我知道,习惯称呼而已,哈哈,希望firefly看到这里不要生气 :P 那个粗体只是处于“支持”状态。
因为系统目前还是认不出来有粗体。
编写好fonts.dir、fonts.scale在GTK里就可以使用粗体。
但KDE里还是不行。 xft+fontconfig里面不是不需要用fonts.dir和fonts.scale嘛,难道KDE里面要是能使用粗体就一定需要给qt打上补丁? KDE 要给 qt 打补丁,GTK2 需要给 pango 打补丁。 这样的虾,太麻烦了,还是不要粗体了 :-(
页:
[1]