以下の内容はhttps://yohei-a.hatenablog.jp/entry/20091110/1257816349より取得しました。


Meadow3 でフォントサイズを設定する

(if (boundp 'window-system)
    (setq initial-frame-alist
          (append (list
                   '(foreground-color . "azure3") ;; 文字が白
                   '(background-color . "black") ;; 背景は黒
                   '(border-color     . "black")
                   '(mouse-color      . "white")
                   '(cursor-color     . "white")
                   '(cursor-type      . box)
                   '(menu-bar-lines . 1)
                   '(vertical-scroll-bars . nil) ;;スクロールバーはいらない
                   '(width . 100) ;; ウィンドウ幅
                   '(height . 35) ;; ウィンドウの高さ
                   '(top . 60) ;;表示位置
                   '(left . 140) ;;表示位置
                   '(font . "MS Gothic 12") ;;フォント
                   )
                  initial-frame-alist)))
(setq default-frame-alist initial-frame-alist)

'(font . "MS Gothic 12") を追加した。




以上の内容はhttps://yohei-a.hatenablog.jp/entry/20091110/1257816349より取得しました。
このページはhttp://font.textar.tv/のウェブフォントを使用してます

不具合報告/要望等はこちらへお願いします。
モバイルやる夫Viewer Ver0.14