16
13

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.

Myricaフォントをpowerline化する

Last updated at Posted at 2017-01-26

Myricaフォント使い始めたけどpowerline使えなくて悲しかったのでpowerline化する

準備

Myrica

Myricaフォントをダウンロードする
https://myrica.estable.jp/
今回はMyricaMをpowerline化する

powerline-fontpatcher

powerline-fontpatcherをダウンロードしておく

$ git clone https://github.com/Lokaltog/powerline-fontpatcher

fontforge

コマンドライン版、GUI版両方使います
Macならhomebrewで両方入れられる

$ brew install fontforge --with-python
$ brew cask install fontforge

powerline-fontpatcherを当てる

$ fontforge -lang=py -script ./powerline-fontpatcher/scripts/powerline-fontpatcher ./MyricaM/MyricaM.TTC

カレントディレクトリにMyricaM Monospace for Powerline.otfが作成される

これで一応powerline化されるが▶がずれる
スクリーンショット 2017-01-27 02.44.08.png

fontforgeで調整

  • GUI版のfontforgeを開く
  • 先程作成したフォントファイルMyricaM Monospace for Powerline.otfを開く
  • View → GoTo でuniE0A0を入力してpowerlineのシンボルまで移動する
  • Shiftキー押しながらシンボルを全て選択したら右クリック → Transform

スクリーンショット 2017-01-27 03.23.44.png

  • MoveでYに93を指定する → OK

スクリーンショット 2017-01-27 03.11.09.png

変形が終わったら

  • File → Generate Fonts → Generateでフォントを出力
  • エラーが出るがGenerateでOK
  • 出力されたフォントをインストールする

完成

スクリーンショット 2017-01-27 03.15.57.png

参考

Vim Powerline用のFont Patchをあてる - Qiita
UbuntuMonoRegularのpowerlineフォントがずれる - Qiita

16
13
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
16
13

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?