uname -a
Linux yyy 4.9.0-4-amd64 #1 SMP Debian 4.9.51-1 (2017-09-28) x86_64 GNU/Linux
列出我的操作系统中的所有中文字体。
fc-list |grep "宋"
/usr/share/fonts/truetype/arphic-gbsn00lp/gbsn00lp.ttf: AR PL SungtiL GB,文鼎PL简报宋:style=Regular
/usr/share/fonts/truetype/arphic-bsmi00lp/bsmi00lp.ttf: AR PL Mingti2L Big5,文鼎PL細上海宋:style=Regular
fc-list |grep "SimSun"
#Nothing as output of command: fc-list |grep "SimSun"
现在在我的操作系统中使用 libreoffice 打开一个文件。
为什么 libreoffice 字体菜单中出现“SimSun”,但操作系统中没有该字体?
fc-list |grep -i "SimSun"
#Nothing as output for the above command too