Chinaunix首页 | 论坛 | 博客
  • 博客访问: 140043
  • 博文数量: 45
  • 博客积分: 2010
  • 博客等级: 大尉
  • 技术积分: 466
  • 用 户 组: 普通用户
  • 注册时间: 2008-03-05 16:22
个人简介

热爱开源

文章分类
文章存档

2024年(1)

2022年(1)

2017年(2)

2015年(2)

2013年(4)

2008年(35)

我的朋友

分类: LINUX

2008-04-16 23:49:33

目前是一些零星的收集,不一定完整。


<!-- 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>

阅读(1537) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~