Meadow フォント

;;; フォントの設定
(w32-add-font
     "Osaka 16"
     '*1
	*2
	*3
	*4
	*5

*1:spec ((:char-spec ascii :height any) strict (w32-logfont "Osaka−等幅" 0 -16 400 0 nil nil nil 0 1 3 0

*2::char-spec ascii :height any :weight bold) strict (w32-logfont "Osaka−等幅" 0 -16 700 0 nil nil nil 0 1 3 0) ((spacing . -1))) ((:char-spec ascii :height any :slant italic) strict (w32-logfont "Osaka−等幅" 0 -16 400 0 t nil nil 0 1 3 0

*3::char-spec ascii :height any :weight bold :slant italic) strict (w32-logfont "Osaka−等幅" 0 -16 700 0 t nil nil 0 1 3 0) ((spacing . -1))) ((:char-spec japanese-jisx0208 :height any) strict (w32-logfont "Osaka−等幅" 0 -16 400 0 nil nil nil 128 1 3 0

*4::char-spec japanese-jisx0208 :height any :weight bold) strict (w32-logfont "Osaka−等幅" 0 -16 700 0 nil nil nil 128 1 3 0) ((spacing . -1))) ((:char-spec japanese-jisx0208 :height any :slant italic) strict (w32-logfont "Osaka−等幅" 0 -16 400 0 t nil nil 128 1 3 0

*5::char-spec japanese-jisx0208 :height any :weight bold :slant italic) strict (w32-logfont "Osaka−等幅" 0 -16 700 0 t nil nil 128 1 3 0) ((spacing . -1)))))) ;; 初期フレームの設定 (setq default-frame-alist (append (list '(font . "Osaka 16") '(width . 80) '(height . 41) ;; '(bottom 0) ) default-frame-alist