xwindow 发表于 2006-6-10 14:10:33

为何粗体出不来?

fontconfig为2.3.2
freetype为2.1.10
编译libXft2.1.10,看了一下fonts.conf
有<!--
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>


这一段..然后重起X,没发现粗体...

下载2.1.7的libXft重新编译 ,还是不行..

我还有哪里没有做?

猪肝说他用的好好的,,,强烈要求他给我个解释或者解决方法

Kyd 发表于 2006-6-10 18:19:07

      <test target="pattern" name="weight" compare="more_eq">
         <int>180</int>
      </test>

xwindow 发表于 2006-6-10 20:34:36

这个应该是粗体的程度吧

不过偶也试过,没用
页: [1]
查看完整版本: 为何粗体出不来?