jiangfeng 发表于 2004-8-25 22:22:40

How to replace font?

how to replace smaller size font with bigger size font in /etc/font/fonts.conf?

I tried following but it does not work:
<match target="font">
                <test qual="any" name="family">
                        <string>Simsun</string>
                </test>
                <test name="pixelsize" compare="less_eq">
                        <int>10</int>
                </test>
                <edit name="pixelsize" mode="assign">
                        <int>10</int>
                </edit>
      </match>

visionalstar 发表于 2004-8-26 12:39:38

<int></int>
改成
<double></double>
试试

jiangfeng 发表于 2004-8-26 19:45:11

Seems still can not.

Did u tried it urself?

visionalstar 发表于 2004-8-26 20:12:28

没有
我是
站着说话
不腰疼
页: [1]
查看完整版本: How to replace font?