LinuxSir.cn,穿越时空的Linuxsir!

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

Opera被移到aur里了

[复制链接]
发表于 2009-5-5 16:41:07 | 显示全部楼层 |阅读模式
opera移到了aur,说什么license的问题。。
发表于 2009-5-5 16:44:39 | 显示全部楼层
我一直就是firefox,opera字体不是一般的难看,懒得折腾
回复 支持 反对

使用道具 举报

发表于 2009-5-5 18:30:15 | 显示全部楼层
hehe,是啊呀!我也是用Firefox的,opera的中文字体那是惨不忍睹。
回复 支持 反对

使用道具 举报

发表于 2009-5-5 18:47:36 | 显示全部楼层


惨不忍睹。。
回复 支持 反对

使用道具 举报

发表于 2009-5-5 19:12:06 | 显示全部楼层
搞定opera字体的办法也很简单,搜索“opera 终极字体”
回复 支持 反对

使用道具 举报

发表于 2009-5-5 19:12:33 | 显示全部楼层
opera10 的飘过,雅黑字体

本帖子中包含更多资源

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

x
回复 支持 反对

使用道具 举报

发表于 2009-5-5 19:22:07 | 显示全部楼层
Post by qiii2006;1983686
opera10 的飘过,雅黑字体


用用firefox你就知道什么叫"好"
其中qt的粗体是完全没有办法的"差".

其实也是qt库和gtk库中对fonts.conf兼任问题.
回复 支持 反对

使用道具 举报

发表于 2009-5-5 19:29:34 | 显示全部楼层
虽然opera是QT写的,但是非常明显的网页内容和窗体字体差别很大,也就是opera有自己一套字体选择,渲染机制。

我font.conf里面如何微调字体,opera里也是有一样的效果。但是qtconfig里面就不是。

自从打了LCD补丁,opera里面字体也不会花花绿绿了。
回复 支持 反对

使用道具 举报

发表于 2009-5-5 19:44:38 | 显示全部楼层
-_-,我的结论是"一个鸟样".我只是希望它能够遵循下fonts.conf就行了.

我收集和定制的fonts.conf

  1. ....
  2.   <!-- 使用微软雅黑来替代中文粗体(Opera无效?) -->
  3.   <match>
  4.     <test name="weight" compare="more">
  5.       <const>medium</const>
  6.     </test>
  7.     <test equal="any" compare="eq" name="lang">
  8.       <string>zh</string>
  9.       <string>zh-cn</string>
  10.       <string>zh-tw</string>
  11.       <string>zh-hk</string>
  12.       <string>zh-sg</string>
  13.     </test>
  14.     <edit name="family" mode="assign_replace">
  15.       <string>Microsoft YaHei</string>
  16.     </edit>
  17.   </match>
  18. ...
复制代码
回复 支持 反对

使用道具 举报

发表于 2009-5-5 20:01:46 | 显示全部楼层
Post by SCys;1983700
-_-,我的结论是"一个鸟样".我只是希望它能够遵循下fonts.conf就行了.

我收集和定制的fonts.conf

  1. ....
  2.   <!-- 使用微软雅黑来替代中文粗体(Opera无效?) -->
  3.   <match>
  4.     <test name="weight" compare="more">
  5.       <const>medium</const>
  6.     </test>
  7.     <test equal="any" compare="eq" name="lang">
  8.       <string>zh</string>
  9.       <string>zh-cn</string>
  10.       <string>zh-tw</string>
  11.       <string>zh-hk</string>
  12.       <string>zh-sg</string>
  13.     </test>
  14.     <edit name="family" mode="assign_replace">
  15.       <string>Microsoft YaHei</string>
  16.     </edit>
  17.   </match>
  18. ...
复制代码


直接用opera中国版。
回复 支持 反对

使用道具 举报

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

本版积分规则

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