[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: libxft2 2.1.8支持粗体吗?



死活就是不行了,注释掉替代那一段,就还是普通宋体。

还发现另外一个奇怪的事,有一段以前一直有的,粗体有关的,注释掉之后发现关AA那段没作用了,必须开着这段关AA才有效,哪位提供点意见?

就下面这段:

<!--
This expression is added by Akito Hirai<akito@kde.gr.jp> for convenience.
It can be used to make artificial bold versions in client
libraries/applications.
-->
   <match target="font">
      <test name="weight">
         <const>medium</const>
      </test>
      <test target="pattern" name="weight" compare="more">
         <const>medium</const>
      </test>
      <edit name="weight" mode="assign">
         <if>
            <more>
               <name>spacing</name>
               <const>proportional</const>
            </more>
            <const>demibold</const>   <!-- for monospace    -->
            <const>bold</const>   <!-- for proportional -->
         </if>
      </edit>
   </match>

On 2/4/06, Ryan Wu (kDolphin) <kdolphin@gmail.com> wrote:
> 应该是不需要的,先禁用一下你的local.conf,确认fonts.conf是原来的,另外有些网页的粗体需要修改fonts.conf中200为180.
>


--
cathayan@gmail.com
http://blog.cathayan.org

Reply to: