Meadow フォント
コンテンツ
;;; フォントの設定 (w32-add-font "Osaka 16" '((spec ((:char-spec ascii :height any) strict (w32-logfont "Osaka-等幅" 0 -16 400 0 nil nil nil 0 1 3 0)) ((: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)) ((: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)) ((: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)) ((: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))
作成者 Toru Mano
最終更新時刻 2023-01-01 (c70d5a1)