欢迎你客人 ( 登录 | 注册 )

  评价 ---

 | 分类: Debian
entry 2006-8-31, 07:38 AM
目前是一些零星的收集,不一定完整。
代码

<!-- artificial bold by: firefly
这里开始设置simsun在8~16的大小时,不用AA,而是用点阵字体
-->
    <match target="font" >
        <test qual="any" name="family">
            <!--string>Tahoma</string-->
            <string>宋体</string>
            <string>黑体</string>
            <string>幼圆</string>
            <string>隶书</string>
        </test>
        <test compare="more_eq" name="pixelsize" qual="any" >
            <double>8</double>
        </test>
        <test compare="less_eq" name="pixelsize" qual="any" >
            <double>14</double>
        </test>
        <edit mode="assign" name="antialias" >
            <bool>false</bool>
        </edit>
    </match>

    <!-- artificial bold by: firefly-->
    <match target="font">
        <test target="pattern" name="weight" compare="more">
            <const>medium</const>
        </test>
        <edit name="weight" mode="assign">
            <const>bold</const>
        </edit>
    </match>

    <!-- artificial bold by: firefly-->
    <match target="font">
        <test name="family">
            <string>宋体</string>
        </test>
        <edit name="globaladvance"><bool>false</bool></edit>
        <edit name="spacing"><const>proportional</const></edit>
    </match>

  Fast Reply Reply to this topic

« 前一篇文章 · 听峰's Blog · 后一篇文章 »
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31



我的 Blog 链接