LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 685|回复: 2

firefox里面的中文粗体有绿边,能帮忙看看吗?

[复制链接]
发表于 2005-4-25 13:21:09 | 显示全部楼层 |阅读模式
如图:开了anti后就变成这样子了。:(

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?注册

x
 楼主| 发表于 2005-4-25 13:25:46 | 显示全部楼层
local.conf做了以下的修改:

这段没comment之前firefox是正常的,但没有anti. comment后有了anti.但firefox的中文粗体就变成像上图一样了

<!--
         don't use antialiasing if font size is between 6 and 18.
         if you prefer AA fonts, you can simply comment out the following lines.         -->
        <!--
             comment by hunhun

        <match target="font" >
                <test compare="contains" name="lang" >
                        <string>zh-cn</string>
                        <string>zh-tw</string>
                        <string>ja</string>
                        <string>ko</string>
                </test>
                <test compare="more_eq" name="size" qual="any" >
                        <double>6</double>
                </test>
                <test compare="less_eq" name="size" qual="any" >
                        <double>18</double>
                </test>
                <edit mode="assign" name="antialias" >
                        <bool>false</bool>
                </edit>
        </match>

        <match target="font" >
                <!--
                <test compare="contains" name="lang" >
                        <string>zh-cn</string>
                        <string>zh-tw</string>
                        <string>ja</string>
                        <string>ko</string>
                </test>
                -->
                <test compare="more_eq" name="pixelsize" qual="any" >
                        <double>8</double>
                </test>
                <test compare="less_eq" name="pixelsize" qual="any" >
                        <double>24</double>
                </test>
                <edit mode="assign" name="antialias" >
                        <bool>false</bool>
                </edit>
        </match>

        -->
回复 支持 反对

使用道具 举报

 楼主| 发表于 2005-4-25 17:13:23 | 显示全部楼层
已经解决了,是local.conf错误。comment不能嵌套。
<!--    <!--  -->  -->不能这样写.
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表