True Type Font

2013/2/4

True Type Font追加

Time New Roman Font, Courier New Font等を追加する。
apt-get install ttf-mscorefonts-installer -y
defoma-hints -c truetype /usr/share/fonts/truetype/Arial*.ttf > /etc/defoma/hints/ttf-ar
defoma-hints -c truetype /usr/share/fonts/truetype/Times_New_Roman*.ttf > /etc/defoma/hints/ttf-roman.hints
defoma-hints -c truetype /usr/share/fonts/truetype/Courier_New*.ttf > /etc/defoma/hints/ttf-courier.hints

defoma-font -vt register-all /etc/defoma/hints/ttf-arial.hints
defoma-font -vt register-all /etc/defoma/hints/ttf-roman.hints
defoma-font -vt register-all /etc/defoma/hints/ttf-courier.hints
xset fp rehash

追加前のフォント

OpenOffice.org Writerでフォントを確認


追加後のフォント

Andale Mono, Arial, Comic Sans MS, Courier New, Georgia, Impact, Times New Roman, Trebuchet MS, Verdana の9フォントが追加された。


TrueType Fontの設定