2007年07月16日

MeadowでConsolasフォントを使う (Meiryoフォントがないので)

MeadowをVistaでメイリオとconsolasにとか使うとエラーになるので、
;;;;MSGothic-Consolas
(w32-add-font "MSG-Consolas"
'((spec
((:char-spec ascii :height any)
strict
(w32-logfont "Consolas" 0 -14 400 0 nil nil nil 0 1 3 0))
((:char-spec ascii :height any :weight bold)
strict
(w32-logfont "Consolas" 0 -14 700 0 nil nil nil 0 1 3 0))
((:char-spec ascii :height any :slant italic)
strict
(w32-logfont "Consolas" 0 -14 400 0 t nil nil 0 1 3 0))
((:char-spec ascii :height any :weight bold :slant italic)
strict
(w32-logfont "Consolas" 0 -14 700 0 t nil nil 0 1 3 0))
((:char-spec japanese-jisx0208 :height any)
strict
(w32-logfont "MS ゴシック" 0 -14 400 0 nil nil nil 128 1 3 49)
((spacing . 1)))
((:char-spec japanese-jisx0208 :height any :slant italic)
strict
(w32-logfont "MS ゴシック" 0 -14 400 0 t nil nil 128 1 3 49)
((spacing . 1)))
((:char-spec japanese-jisx0208 :height any :weight bold)
strict
(w32-logfont "MS ゴシック" 0 -14 700 0 nil nil nil 128 1 3 49)
((spacing . 1)))
((:char-spec japanese-jisx0208 :height any :weight bold :slant italic)
strict
(w32-logfont "MS ゴシック" 0 -14 700 0 t nil nil 128 1 3 49)
((spacing . 1))))))
(set-face-attribute 'variable-pitch nil :font "MSG-Consolas")


としておいた。なんで、w32-add-fontしてから、w32-change-fontしてんだろ?多分どっかのコピペなんだろーけど。

Meiryo-Consolas @ Meadowとかからかねぇ?

あーぁ、Vista欲しいな、Macくれないんなら、Vistaくれ。


目が疲れる。。。
posted by N.T.T with Rails 3.2 (ex. 2.1) at 10:00| Comment(0) | TrackBack(0) | 開発環境 | このブログの読者になる | 更新情報をチェックする
この記事へのコメント
コメントを書く
お名前:

メールアドレス:

ホームページアドレス:

コメント:

認証コード: [必須入力]


※画像の中の文字を半角で入力してください。

この記事へのトラックバック