MSGothicとか

pdfの書類をみようとしたら、文字がまったく表示されない。
エラーログをみると、MSGothicが見つからないみたい。
http://www.geocities.jp/cdoscrollx/setetch.htmlを参考に
MSのフォントをいれる。
msgothic.ttcとmsmincho.ttcはwindowsPCのc:\WINNT\Fontsから持ってきた。

# mkdir /usr/share/fonts/truetype/ms
# cp msgothic.ttc /usr/share/fonts/truetype/ms/
# cp msmincho.ttc /usr/share/fonts/truetype/ms/
# cd /etc/defoma/hints
# defoma-hints truetype /usr/share/fonts/truetype/ms/msmincho.ttc > msmincho.hints
Wait for second...
# defoma-hints truetype /usr/share/fonts/truetype/ms/msgothic.ttc > msgothic.hints
Wait for second...
# defoma-font -vt register-all msmincho.hints
/usr/bin/defoma-font -vt register-all msmincho.hints
# defoma-font -vt register-all msgothic.hints
/usr/bin/defoma-font -vt register-all msgothic.hints
# fc-cache -f -v