liux100 发表于 2004-4-8 12:25:45

谁能解释一下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>
               &lt;/other_family&gt;
      &lt;/config&gt;

系统的字体选择对话框就能够出现中文字体名。

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

atfa 发表于 2004-4-8 12:45:36

没怎么用firefly的补丁,不是很清楚,但是firefly不是小姐这一点我肯定。他是一个帅哥啦! :mrgreen:

liux100 发表于 2004-4-8 12:53:05

:P firefly不是小姐我知道,习惯称呼而已,哈哈,希望firefly看到这里不要生气 :P

jiangtao9999 发表于 2004-4-8 15:30:12

那个粗体只是处于“支持”状态。
因为系统目前还是认不出来有粗体。
编写好fonts.dir、fonts.scale在GTK里就可以使用粗体。
但KDE里还是不行。

liux100 发表于 2004-4-8 18:03:28

xft+fontconfig里面不是不需要用fonts.dir和fonts.scale嘛,难道KDE里面要是能使用粗体就一定需要给qt打上补丁?

chemist 发表于 2004-4-8 20:29:12

KDE 要给 qt 打补丁,GTK2 需要给 pango 打补丁。

liux100 发表于 2004-4-9 09:07:34

这样的虾,太麻烦了,还是不要粗体了 :-(
页: [1]
查看完整版本: 谁能解释一下firefly小姐发布的每个补丁的功能