4
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

MSゴシックを使う

Last updated at Posted at 2013-08-13
  • windows の MSゴシックは全体の統一感があり、Linuxのフォントのように高さにバラつきがあるのをアンチエイリアスで誤魔化したりせず、文字を読むのに適しています。

フォントの取得

jftp.inai.deftp.gwdg.de にある microsoft-japanese-fonts-2.31-4.2.src.rpm をダウンロード。

しかしこれを配布しているのはまずいと思うのでforumあたりで確認してください。

解凍
$ unar microsoft-japanese-fonts-2.31-4.2.src.rpm
$ unar microsoft-japanese-fonts.cpio
$ unar microsoft-japanese-fonts/jp.tar.xz
$ sudo mv jp.tar /usr/share/fonts/truetype/msfonts

/usr/share/fonts/truetype/msfonts/ ではなく$HOME/.fonts/ でも良いです。

フォント一覧に登録されたことを確認
$ fc-list | grep -i msfonts
/usr/share/fonts/truetype/msfonts/msgothic.ttc: MS UI Gothic:style=標準,Regular
/usr/share/fonts/truetype/msfonts/msmincho.ttc: MS P明朝,MS PMincho:style=標準,Regular
/usr/share/fonts/truetype/msfonts/msgothic.ttc: MS ゴシック,MS Gothic:style=標準,Regular
/usr/share/fonts/truetype/msfonts/msgothic.ttc: MS Pゴシック,MS PGothic:style=標準,Regular
/usr/share/fonts/truetype/msfonts/msmincho.ttc: MS 明朝,MS Mincho:style=標準,Regular

使い方

アプリケーション側のフォント選択画面で選択するだけ。

4
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?