Ubnutu WPS Chinese Fonts Problem

2018-03-26  本文已影响0人  shawn233
  1. Download system fonts from here

  2. Extract fonts and copy them to folder /usr/share/fonts

sudo cp * /usr/share/fonts
  1. Run the following commands
sudo mkfontscale

sudo mkfontdir

sudo fc-cache
  1. Now WPS won't show the 'fonts missing' error.

  2. But the Chinese fonts are ugly, so you'd better install the following fonts.

sudo apt-get install ttf-wqy-microhei #文泉驿-微米黑
sudo apt-get install ttf-wqy-zenhei #文泉驿-正黑
sudo apt-get install xfonts-wqy #文泉驿-点阵宋体

Reference

https://blog.csdn.net/liweibin1994/article/details/73384790

上一篇下一篇

猜你喜欢

热点阅读