LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
12
返回列表 发新帖
楼主: andey

ubuntu hoary 中文如何实现粗体

[复制链接]
发表于 2005-4-13 20:15:09 | 显示全部楼层
安装firefly的libXft,再加下面的配置:

  1.         <match target="font" >
  2.                 <!-- check to see if the pattern requested > "medium" -->
  3.                 <test compare="more" target="pattern" name="weight" >
  4.                         <const>medium</const>
  5.                 </test>
  6.                 <!-- pretend the font is bold now -->
  7.                 <edit mode="assign" name="weight" >
  8.                         <const>bold</const>
  9.                 </edit>
  10.         </match>
复制代码
回复 支持 反对

使用道具 举报

发表于 2005-4-13 20:47:49 | 显示全部楼层
可以直接用debian的firefly补丁,我就是这样用的,不过好像系统认为ubuntu的libxft2比firefly版本高,实际两个版本是一样的。
回复 支持 反对

使用道具 举报

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

本版积分规则

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