|
发表于 2003-3-15 19:32:11
|
显示全部楼层
使用” RedHat linux8.0汉化最终篇-2003年1月8日(xtt+xft2,可显示粗斜体)-“一文美化的系统,OpenOffice中界面SIMSUN字体显示可能会有问题,我已经找到折中的解决方法了。兄弟们可以试试这样做。效果不错!
1,从以下地址下载中文PCF字库。
http://www.linuxfans.org/nuke/modules.php?name=Site_Downloads&op=geninfo&did=463
2,将下载的redfonts.tar.bz2文件在/usr/system下解压生成ROfonts目录。
#cp redfonts.tar.bz2 /usr/system
#tar xvjf redfonts.tar.bz2
3,修改/etc/X11/XF86Config文件,增加/usr/system/ROfonts字体目录。
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Red Hat 6.0 and later now use a font server independent of
# the X server to render fonts.
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "/usr/system/truetype"
FontPath "/usr/system/ROfonts" 《=======增加ROfonts字体目录
FontPath "unix/:7100"
EndSection
4,重启X-Window。启动OpenOffice.org1.0,选择"工具(T)"/"选项(O)..."菜单,选择"OpenOffice.org"/"替换字体"项将其字体:"Andale Sans UI" 替换为:"Rofont",接着在"OpenOffice.org"/"视图"项将显示比例修改成"100%"即可。
如图
|
|