
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