QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 734|回复: 1

如何装小于9号的字体设为9号?

[复制链接]
发表于 2004-9-23 12:25:28 | 显示全部楼层 |阅读模式
那个fonts.conf应该怎样写?
发表于 2004-9-23 12:28:58 | 显示全部楼层
[code:1] <match target="font" >
  <test name="family" qual="any" >
   <string>SimSun</string>
   <string>NSimSun</string>
   <string>LiSu</string>
   <string>SimHei</string>
   <string>FangSong_GB2312</string>
   <string>KaiTi_GB2312</string>
  </test>
  <test compare="more_eq" name="pixelsize" >
   <int>9</int>
  </test>
  <test compare="less_eq" name="pixelsize" >
   <int>12</int>
  </test>
  <edit compare="eq" name="pixelsize" >
   <int>12</int>
  </edit>
</match>[/code:1]
回复

使用道具 举报

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

本版积分规则

GMT+8, 2024-11-7 13:45 , Processed in 0.047275 second(s), 15 queries .

© 2021 Powered by Discuz! X3.5.

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