|
发表于 2004-3-30 16:12:46
|
显示全部楼层
[quote:2a3a4edc41=""] (1)
把simsun.ttc、tahoma.ttf和tahomabd.ttf拷到/usr/share/fonts/zh_CN/TrueType/simsun/下(没有该目录就建立一个),将simsun.ttc改名为simsun.ttf
(2)
下载公社的补丁包: fans-Xft2.tar.gz
http://www.linuxfans.org/nuke/modules.php?name=Site_Downloads&op=mydown&did=464
下载firefly的Xft2补丁包:xft2-2.1.1-3mdk.firefly.i586.rpm
(附件)
打命令
tar xvzf fans-Xft2.tar.gz
rpm -Uvh fans-Xft2/i386/*.rpm --force
rpm -ivh xft2-2.1.1-3mdk.firefly.i586.rpm --force
(3)
编辑/etc/X11/fs/config文件,在"catalogue ="后面的列表中加入/usr/share/fonts/zh_CN/TrueType/simsun/
编辑/etc/X11/XF86config文件,在FontPath "unix/:7100"前面加上FontPath "/usr/share/fonts/zh_CN/TrueType/simsun",在 Load "type1" 和 Load "freetype" 两行的行首加上"#",在它们后加上Load "xtt"
编辑/etc/sysconfig/i18n文件,将其中所有的"GB18030"改成"GBK"
修改/etc/gtk/gtkrc.zh_CN文件成下面这样
[code:1]style "gtk-default-zh-cn"
{
fontset = "-microsoft-tahoma-medium-r-normal--12-*-*-*-*-*-iso8859-1,\
-misc-simsun-medium-r-normal--12-*-*-*-*-*-gbk-0,*-r-*"
}
class "GtkWidget" style "gtk-default-zh-cn" [/code:1]
编辑/etc/fonts/fonts.conf文件,在<dir>/usr/share/fonts</dir>后加上<dir>/usr/share/fonts/zh_CN/TrueType/simsun</dir>,将下面一段代码
[code:1]<match target="font">
<test target="pattern" name="weight" compare="more">
<const>medium</const>
</test>
<test name="family" compare="eq">
<string>SimSun</string>
</test>
<edit name="weight" mode="assign">
<const>bold</const>
</edit>
</match>
<match target="font">
<test target="pattern" name="lang" compare="contains">
<string>zh-tw</string>
<string>zh-cn</string>
<string>ja</string>
<string>ko</string>
</test>
<edit name="spacing">
<const>proportional</const>
</edit>
<edit name="globaladvance">
<bool>false</bool>
</edit>
</match>[/code:1]
加到下面这一段的后面
[code:1]
<match target="font">
<test name="size" compare="less_eq">
<double>16</double>
</test>
<test name="size" compare="more_eq">
<double>8</double>
</test>
<edit name="antialias" mode="assign"> f </edit>
</match>[/code:1]
(4)
重新启动系统,进入X-Windows
把你的桌面系统的所有字体设为Tahoma,大小设为9,将等宽字体设为Simsun,大小设为10
在xmms的功能设定中把"使用双字节字体"和"Use X fonts"都勾上,然后把主窗口字体和播放列表字体都设为
-microsoft-tahoma-medium-r-normal--12-*-*-*-*-*-iso8859-*,-misc-simsun-medium-r-normal--12-*-*-*-*-*-gbk-*
把mozilla的所有中文字体设为tahoma或者simsun[/quote]下载firefly的Xft2补丁包:xft2-2.1.1-3mdk.firefly.i586.rpm 在哪里下载.
强烈要求楼主回答,
谢谢!!! |
|