你这个不是opera啊。guoshuang 写了:我的 snapshot
BTW:opera 9 beta 中文输入还是从有到左
[原创]Opera(dapper)全面应用帖[5月12更新build272]
版面规则
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
- eexpress
- 帖子: 58428
- 注册时间: 2005-08-14 21:55
- 来自: 长沙
- guoshuang
- 帖子: 153
- 注册时间: 2006-03-29 11:54
- 联系:
-
- 帖子: 959
- 注册时间: 2006-01-06 22:55
- 系统: ubuntu
- 联系:
- eexpress
- 帖子: 58428
- 注册时间: 2005-08-14 21:55
- 来自: 长沙
- nmvr2600
- 帖子: 215
- 注册时间: 2005-11-01 18:23
-
- 帖子: 265
- 注册时间: 2005-07-28 15:08
- eexpress
- 帖子: 58428
- 注册时间: 2005-08-14 21:55
- 来自: 长沙
-
- 帖子: 7
- 注册时间: 2006-02-28 21:32
- eexpress
- 帖子: 58428
- 注册时间: 2005-08-14 21:55
- 来自: 长沙
$ cat .fonts.conf
<?xml version="1.0"?><!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<match target="font" >
<edit mode="assign" name="hinting" >
<bool>true</bool>
</edit>
</match>
<match target="font" >
<edit mode="assign" name="hintstyle" >
<const>hintmedium</const>
</edit>
</match>
<match target="font">
<test name="pixelsize" compare="more_eq">
<double>8</double>
</test>
<test name="pixelsize" compare="less_eq">
<double>14</double>
</test>
<edit name="antialias"> 8-14点的AA设为假
<bool>false</bool>
</edit>
<edit name="hinting">
<bool>true</bool>
</edit>
</match>
</fontconfig>
要是那天能使用csh写法。写成if(font.pixelsize>=8 && font.pixelsize<=14) font.antialias=false; 就好了。
<?xml version="1.0"?><!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<match target="font" >
<edit mode="assign" name="hinting" >
<bool>true</bool>
</edit>
</match>
<match target="font" >
<edit mode="assign" name="hintstyle" >
<const>hintmedium</const>
</edit>
</match>
<match target="font">
<test name="pixelsize" compare="more_eq">
<double>8</double>
</test>
<test name="pixelsize" compare="less_eq">
<double>14</double>
</test>
<edit name="antialias"> 8-14点的AA设为假
<bool>false</bool>
</edit>
<edit name="hinting">
<bool>true</bool>
</edit>
</match>
</fontconfig>
要是那天能使用csh写法。写成if(font.pixelsize>=8 && font.pixelsize<=14) font.antialias=false; 就好了。
● 鸣学
- eexpress
- 帖子: 58428
- 注册时间: 2005-08-14 21:55
- 来自: 长沙
-
- 帖子: 265
- 注册时间: 2005-07-28 15:08
- tigeric
- 帖子: 85
- 注册时间: 2006-04-07 23:31
- 来自: beijing
- 联系:
- nmvr2600
- 帖子: 215
- 注册时间: 2005-11-01 18:23