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