江上渔者 发表于 2003-10-10 11:31:06

请问如何在linux7.1中安装simsun.ttf字体?

我的机器配置比较低,所以安装的时linux7.1,默认是支持中文的,不过字体又黑又粗,很难看,看过几篇关于7.1下安装宋体的文章,可是都没有成功,请高手指点。

Zhouroc 发表于 2003-10-25 03:27:11

#cp simsun.ttf <dir>
#cd <dir>
#ttmkfdir > fonts.dir
#cat fonts.dir > fonts.scale
#vi /etc/X11/XF86config-4
      Section "File"
            FontPath="<dir>"    # must add to the first.
            FontPath="unix/:7100"
      EndSection
      Section "Module"
            Load "xtt"   #add
      EndSection

多多交流哦。
页: [1]
查看完整版本: 请问如何在linux7.1中安装simsun.ttf字体?