|
今天花了一天的时间把freetype打包了。适合ubuntu5.10用的deb包
实现粗体只要下载三个包
- # dpkg -i libfreetype6_2.1.10-1_i386.deb
- #dpkg -i libcairo2_1.0.2-0ubuntu1ja2_i386.deb
- #dpkg -i libxft2_2.1.7-1ubuntu5_i386.deb
复制代码
其中 libcairo2_1.0.2-0ubuntu1ja2_i386.deb 是从http://archive.ubuntulinux.jp/ubuntu-ja/breezy-ja/
下载的
libxft2_2.1.7-1ubuntu5_i386.deb
是从ubuntu的source包重新编译的
由于sir的200k附件限制
请到
http://forum.ubuntu.org.cn/viewtopic.php?p=32931#32931
下载附件
另外请确保你的
etc/fonts/local.conf
有
- <!--
- 配置粗体中文显示,要配合freetype-2.1.10,libxft-2.1.7,fontconfig-2.3.X
- -->
- <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>
复制代码
新手编译的包。不能用别怪我
右边的图是今天的左边的是以前的 |
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有帐号?注册
x
|