meadow 2.10 のフォント変更(モトヤシーダ)
いろいろな場所でいろいろなマシンを使うのでフォントについて整理してみた。
いつもはモトヤシーダフォントにしているのでそれを利用するような設定。
(w32-add-font
"motoya9pt"
'((spec
((:char-spec ascii :height any)
strict
(w32-logfont "NFモトヤシータ゛1等幅" 0 -12 400 0 nil nil nil 128 1 3 49))
((:char-spec ascii :height any :weight bold)
strict
(w32-logfont "NFモトヤシータ゛1等幅" 0 -12 700 0 nil nil nil 128 1 3 49)
((spacing . -1)))
((:char-spec ascii :height any :slant italic)
strict
(w32-logfont "NFモトヤシータ゛1等幅" 0 -12 400 0 t nil nil 128 1 3 49))
((:char-spec ascii :height any :weight bold :slant italic)
strict
(w32-logfont "NFモトヤシータ゛1等幅" 0 -12 700 0 t nil nil 128 1 3 49)
((spacing . -1)))
((:char-spec japanese-jisx0208 :height any)
strict
(w32-logfont "NFモトヤシータ゛1等幅" 0 -12 400 0 nil nil nil 128 1 3 49))
((:char-spec japanese-jisx0208 :height any :weight bold)
strict
(w32-logfont "NFモトヤシータ゛1等幅" 0 -12 700 0 nil nil nil 128 1 3 49)
((spacing . -1)))
((:char-spec japanese-jisx0208 :height any :slant italic)
strict
(w32-logfont "NFモトヤシータ゛1等幅" 0 -12 400 0 t nil nil 128 1 3 49))
((:char-spec japanese-jisx0208 :height any :weight bold :slant italic)
strict
(w32-logfont "NFモトヤシータ゛1等幅" 0 -12 700 0 t nil nil 128 1 3 49)
((spacing . -1)))
)))