http://ppcode.blogbus.com/logs/5344335.html
放心的直接用吧,在linux下安装ttf字体很新简单吧,我在这里再赘述一下,
1,mkdir /usr/share/fonts/ttc 新建一个ttc的文件夹,可以随你喜欢在哪里建,我是在这里建的。
2,cp AJU* /usr/share/fonts/ttc 将字体文件复制到新建的文件夹中。
3,vi /etc/fonts/fonts.conf 编辑字体设置文件,找到下面这段代码,在后面加入红色的代码,让系统找到你建的文件夹:
<dir>/usr/share/fonts/ttc</dir>
<!-- Font directory list -->
<dir>/usr/share/fonts</dir>
<dir>/usr/X11R6/lib/X11/fonts</dir> <dir>/usr/local/share/fonts</dir>
<dir>~/.fonts</dir>
4,fc-cache 刷新一下缓存,OK了,可以在“桌面”-->“首选项”-->“字体”中找到这种字体了,所见即所得。。GOODLUCK!
[
本帖最后由 gaofengl 于 2007-10-7 11:45 编辑 ]