|
楼主 |
发表于 2003-3-10 16:29:44
|
显示全部楼层
问题已经解决了~我的方法是:在KDE控制中心中,把所有字体设置为Fangsongti,然后再把所有字体设置为SimSun,即可。
以下是正常显示后gtkrc.zh_CN和.gtkrc文件的内容:
# $(gtkconfigdir)/gtkrc.zh_CN
#
# This file defines the fontsets for Chinese language (zh) using
# the simplified chinese standard GuoBiao as in mainland China (CN)
#
# 1999, Pablo Saratxaga <[email protected]>
#
style "gtk-default-zh-cn" {
fontset = "-adobe-helvetica-medium-r-normal--14-*-*-*-*-*-iso8859-1,\
-misc-simsun-medium-r-normal--14-*-*-*-*-*-gbk-0,*-r-*"
}
class "GtkWidget" style "gtk-default-zh-cn"
style "qtcurve-default"
{
engine "qtcurve"
{
}
}
style "qtcurve-tooltips" = "qtcurve-default"
{
bg[NORMAL] = { 1.0,1.0,0.75 }
}
widget "gtk-tooltips" style "qtcurve-tooltips"
class "*" style "qtcurve-default"
widget_class "*" style "qtcurve-default" |
|