Ubuntu使用OpenOffice时打印中文字体乱码的解决办法

Ubuntu使用OpenOffice时打印中文字体乱码的解决办法
使用场景: ubuntu 8.0.4 live CD 安装版。 locale 是英文。
使用OpenOffice2.04 打印中文出现乱码。 但是使用gedit中文打印OK。
解决办法: 分2步。
如果觉得WQY的字体OK的话,直接进入第2步。
1.从windows拷贝中文字体过来。
将Windows下(在winnt/Fonts目录下)的simsun.ttc tahoma.ttf verdana.ttf verdanab.ttf verdanaz.ttf tahomabd.ttf verdanai.ttf拷贝到/usr/share/fonts/zh_CN,如果你的Windows在hda1,那么可以用下面的命令:
cd /media/hda1/Windows/fonts/
sudo cp simsun.ttc tahoma.ttf verdana.ttf verdanab.ttf verdanaz.ttf tahomabd.ttf verdanai.ttf /usr/share/fonts/zh_CN/
安装字体到系统中
cd /usr/share/fonts/zh_CN
sudo mkfontscale
sudo mkfontdir
sudo fc-cache
sudo chmod 755 *
2.配置OpenOffice的字体,
工具/选项/OpenOffice.org Writer /标准字体(中日韩) 在右侧的字体选择中,选择WQY、SimSun等中文字体。


参考资料: Ubuntu字体美化之配置Windows字体效果 http://www.oklinux.cn/html/Basic/jyjq/20080228/47668.html

你可能感兴趣的:(OpenOffice)