
Ubuntu日本語フォーラム

ログインしていません。
VL ゴシックフォントを入れてみたのですが、
なかなかグッドです。
丸ゴシックなのですが、画面のフォントに使うとかわいらしくて良いです。
デフォルトでは入っていないので、
ttf-vlgothicパッケージをインストールする必要があります。
さなちゃんフォントもいいですね。
どうぞお試しあれ。
オフライン
M+1P+IPAGやM+2P+IPAGなんかも同じフォントからの派生で
しかも合成されている漢字がきれいです。
オススメ。おためしあれ。
==================
Windowsよりも選べるフォントの幅が増えているような気がしますね。
スムージングが非常に綺麗です。
オフライン
takajuneさんありがとうございます。
M+1PやM+2P使ってみました。
ひらがながかわいらしくていいですね。
他にもフォントを探していたら、
次のようなフォントを見つけました。
EPSONプリンタ限定らしいですが。
http://www.i-love-epson.co.jp/download2/printer/driver/win/page/ttf30.htm
この中には、
丸ゴシック、太丸ゴシック、太明朝体、太行書体、太角ゴシック、教科書体、正楷書体、行書体が入っています。
Windows用のexeファイル形式なので、Wineで実行すると解凍してくれます。
ちなみに私は、EPSONプリンタを昔から愛用しています。EPSONさんありがとう。
オフライン
亀子でシステム全体に VL フォントを適用する方法を...
アクセサリの端末を起動して、以下のコマンドを入力します。
#gksudo gedit /etc/fonts/language-selector.conf
開いたファイルを以下のように編集。
<match target="pattern">
<test qual="any" name="family">
<string>sans-serif</string>
</test>
<edit name="family" mode="prepend" binding="strong">
<string>VL Pゴシック</string> ←追加
<string>IPAMonaPGothic</string>
<string>IPAPGothic</string>
<string>Sazanami Gothic</string>
<string>Kochi Gothic</string>
</edit>
</match>
<match target="pattern">
<test qual="any" name="family">
<string>serif</string>
</test>
<edit name="family" mode="prepend" binding="strong">
<string>VL Pゴシック</string> ←追加
<string>IPAMonaPMincho</string>
<string>IPAPMincho</string>
<string>Sazanami Mincho</string>
<string>Kochi Mincho</string>
</edit>
</match>
<match target="pattern">
<test qual="any" name="family">
<string>monospace</string>
</test>
<edit name="family" mode="prepend" binding="strong">
<string>VL Pゴシック</string> ←追加
<string>IPAMonaGothic</string>
<string>IPAGothic</string>
<string>Sazanami Gothic</string>
<string>Kochi Gothic</string>
</edit>
</match>
因みに、"←追加" は入力しないで下さいね(^^;。
編集前に、バックアップは必ず取っておきましょう。
#sudo cp /etc/fonts/language-selector.conf /etc/fonts/language-selector.conf.bak
失敗したときに書き戻すには、以下。
#sudo cp /etc/fonts/language-selector.conf.bak /etc/fonts/language-selector.conf
フォントの名前が判れば同様の方法で変更できます。
見た目が変わって楽しいですよ。自分はやっぱり VL フォント派です。
横槍失礼しましたm(__)m。
オフライン