(升级到2005.12.10 简单实现)手工升级freetype&ibXft在Ubuntu 5.10 下实现粗体

系统安装、升级讨论
版面规则
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
xufan106
帖子: 68
注册时间: 2005-05-02 12:27

#46

帖子 xufan106 » 2005-12-10 23:30

这样应该没人说麻烦了吧。。。。
头像
GOVO
帖子: 427
注册时间: 2005-05-15 3:09

#47

帖子 GOVO » 2005-12-10 23:32

GOOD,非常感谢xufan106兄!
哪个font.conf好像不用搞也可以看粗体的。
琴声如我
xufan106
帖子: 68
注册时间: 2005-05-02 12:27

#48

帖子 xufan106 » 2005-12-11 11:07

GOVO 写了:GOOD,非常感谢xufan106兄!
哪个font.conf好像不用搞也可以看粗体的。
那说明你的配置文件中包含

代码: 全选

<match target="font">
         <!-- check to see if the font is just regular -->
         <test name="weight" compare="less_eq">
             <int>100</int>
         </test>
         <!-- check to see if the pattern requests bold -->
         <test target="pattern" name="weight" compare="more_eq">
             <int>180</int>
         </test>
         <!-- set the embolden flag -->
         <edit name="embolden" mode="assign">
             <bool>true</bool>
         </edit>
     </match> 
头像
GOVO
帖子: 427
注册时间: 2005-05-15 3:09

#49

帖子 GOVO » 2005-12-11 13:35

偶可从未改过它哦!
琴声如我
flytod
帖子: 47
注册时间: 2005-12-07 21:42

Nice,补丁已经成功了。效果比安装粗体的效果要好的了。

#50

帖子 flytod » 2005-12-12 10:20

就是应该在左下角的“。,:;”等的位置升高到中间,不过也无所谓了
头像
Tenyears
帖子: 2245
注册时间: 2005-06-30 15:46
来自: 成都

#51

帖子 Tenyears » 2005-12-24 14:07

多谢楼主。的确有效。
问一问题:字体设置读配置文件的顺序是怎么样的?这个文件是放在conf.d下面,如果改名为.fonts.conf,放到~/,应该也是有效的吧?
还有这个文件是xml语言的吧?
Humanity to others // 己所不欲,勿施与人
Laptop: ThinkPad X220 --- Win7 Home / Ubuntu 12.04
Desktop: Win7/Ubuntu 12.04
Server: Ubuntu12.04
superiori
帖子: 110
注册时间: 2005-11-22 21:57

#52

帖子 superiori » 2005-12-27 2:09

为什么我用sudo dkpg -i libcairo2_1.0.2-1bold-1_i386.deb libfreetype6_2.1.10bold-1_i386.deb libxft2_2.1.7-2bold-2_i386.deb
时,
会提示sudo: dkpg: command not found,单独输dkpg也是如此
头像
GOVO
帖子: 427
注册时间: 2005-05-15 3:09

#53

帖子 GOVO » 2005-12-27 2:24

superiori 写了:为什么我用sudo dkpg -i libcairo2_1.0.2-1bold-1_i386.deb libfreetype6_2.1.10bold-1_i386.deb libxft2_2.1.7-2bold-2_i386.deb
时,
会提示sudo: dkpg: command not found,单独输dkpg也是如此
先用CD命令转到libcairo2_1.0.2-1bold-1_i386.deb等文件的目录.
琴声如我
xufan106
帖子: 68
注册时间: 2005-05-02 12:27

#54

帖子 xufan106 » 2005-12-27 10:00

superiori 写了:为什么我用sudo dkpg -i libcairo2_1.0.2-1bold-1_i386.deb libfreetype6_2.1.10bold-1_i386.deb libxft2_2.1.7-2bold-2_i386.deb
时,
会提示sudo: dkpg: command not found,单独输dkpg也是如此

是dpkg 而非 dkpg 是我搞错了。。。。
superiori
帖子: 110
注册时间: 2005-11-22 21:57

#55

帖子 superiori » 2005-12-27 11:30

xufan106 写了: 是dpkg 而非 dkpg 是我搞错了。。。。
看来别人都是一眼看出这个笔误。。。我太菜了 :(
ltkun
帖子: 1340
注册时间: 2006-01-10 19:09

#56

帖子 ltkun » 2006-02-25 19:02

我升级到dapper
发现这种方法的粗体字中文很好
但是英文和数字却很不灵像写毛笔字化开来了一样

firefox里面出现这种情况
其他不知道
没机会试
ltkun
帖子: 1340
注册时间: 2006-01-10 19:09

#57

帖子 ltkun » 2006-02-25 19:07

如图
附件
fonts.png
fonts.png (9.73 KiB) 查看 3111 次
xufan106
帖子: 68
注册时间: 2005-05-02 12:27

#58

帖子 xufan106 » 2006-02-26 23:50

欢迎访问我的blog
http://xf106.blog.163.com
xufan106
帖子: 68
注册时间: 2005-05-02 12:27

#59

帖子 xufan106 » 2006-02-26 23:53

没什么时间折腾电脑,6.04正式版应该解决了字体问题
欢迎访问我的blog
http://xf106.blog.163.com
elechi
帖子: 14
注册时间: 2006-03-30 21:26

#60

帖子 elechi » 2006-04-04 23:00

好麻烦呀 还是凑和用现在的吧
回复