dl59 发表于 2003-5-25 13:20:55

今天用了“螢火飛”2003.5.19的补丁

今天用了“螢火飛”2003.5.19的补丁。效果更加完善。感谢“螢火飛”!

不过个人认为fonts-conf还要完善。

我用了“螢火飛”2003.5.19的补丁,修改过“翔翔”的fonts-conf。

翔翔的fonts-conf

Add by [email protected]
Artificial bold for fonts without a bold version
-->
        <match target="font">
                <test name="weight">
                        <const>medium</const>
                </test>
                <test target="pattern" name="weight" compare="not_eq">
                        <const>medium</const>
                </test>
                <edit name="weight" mode="assign">
                        <const>bold</const>
                </edit>
        </match>

<!--

改为(这是“螢火飛”原来设置):

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="not_eq">
                        <const>medium</const>
                </test>
                <!-- pretend the font is bold now -->
                <edit name="weight" mode="assign">
                        <const>bold</const>
                </edit>
        </match>

<!--

哪里有下载??
这里:
http://firefly.idv.tw/test/Forum.php?Board=1&Article=1d4bd6918350639d63804e964646c4da&Func=view&History=0

音乐虫子 发表于 2003-5-25 19:31:27

哪里有下载??
页: [1]
查看完整版本: 今天用了“螢火飛”2003.5.19的补丁