紹介マニアMoinMoin

概要

Emacs23 でのフォント

フォントの存在確認

(find-font (font-spec :family "MS Gothic"))

NTEmacs

以下を scratch なんかで実行するとフォント選択パネルが開いて、フォントを選択するとフォント名が取れる

(insert (prin1-to-string (decode-coding-string (w32-select-font) 'sjis)))

とった文字を設定したい場合は以下みたいに設定

(encode-coding-string "MS ゴシック" 'sjis)

参考サイト


CategoryEmacs

紹介マニアMoinMoin: EmacsFont (last edited 2010-01-26 14:42:35 by sakito)