美文网首页
Ubnutu WPS Chinese Fonts Problem

Ubnutu WPS Chinese Fonts Problem

作者: shawn233 | 来源:发表于2018-03-26 14:12 被阅读0次
  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

相关文章

网友评论

      本文标题:Ubnutu WPS Chinese Fonts Problem

      本文链接:https://www.haomeiwen.com/subject/pgkrcftx.html