|
发表于 2004-8-27 15:46:22
|
显示全部楼层
- <match target="font" >
- <test target="pattern" name="lang" compare="contains">
- <string>zh-tw</string>
- <string>zh-cn</string>
- <string>ja</string>
- <string>ko</string>
- </test>
- <test compare="more" name="size" qual="any" >
- <double>8</double>
- </test>
- <test compare="less" name="size" qual="any" >
- <double>17</double>
- </test>
- <edit mode="assign" name="antialias" >
- <bool>false</bool>
- </edit>
- </match>
- <match target="font" >
- <test target="pattern" name="lang" compare="contains">
- <string>zh-tw</string>
- <string>zh-cn</string>
- <string>ja</string>
- <string>ko</string>
- </test>
- <test compare="more" name="pixelsize" qual="any" >
- <double>8</double>
- </test>
- <test compare="less" name="pixelsize" qual="any" >
- <double>17</double>
- </test>
- <edit mode="assign" name="antialias" >
- <bool>false</bool>
- </edit>
- </match>
复制代码 |
|