1. 将需要的字体从C:\Windows\Fonts 目录中拷出。
2. 用vim /etc/fonts/fonts.conf,可以看到系统字体文件在/usr/share/fonts
3. 在/usr/share/fonts文件夹下新建一个文件夹,如:mkdir winfont
4. 用Xshell等工具将windows系统字体文件上传到刚刚新建的目录下
5. 然后更新缓存:
mkfontscale
mkfontdir
fc-cache
6. Kill旧的openoffice进程:ps -ef |grep openoffice
7. 重启openoffice:
/opt/openoffice4/program/soffice -headless-accept="socket,host=127.0.0.1,port=8100;urp;" -nofirststartwizard&
再转换,字体即显示正确