After starting WPS for Linux, the prompt "system missing fonts" appears.
The reason for the prompt is that WPS for Linux does not have a font for Windows, as long as the fonts are loaded on the Linux system.
The following are the steps:
1. Download the missing font file and copy it to the/usr/share/fonts folder on the Linux system.
Abroad: Https://www.dropbox.com/s/lfy4hvq95ilwyw5/wps_symbol_fonts.zip
Domestic: Https://pan.baidu.com/s/1eS6xIzo
(Network of above data sources, invasion and deletion)
Once the download is complete, unzip and go to the directory and proceed with the following:
sudo cp */usr/share/fonts
2. Execute the following command to generate the index information for the font:
sudo mkfontscale
sudo mkfontdir
3. Run the Fc-cache command to update the font cache.
sudo fc-cache
4. Restart WPS, the font missing prompt no longer appears.
WPS for Linux (Ubuntu) font configuration (font missing resolution)