概要
Emacs23 でのフォント
フォントの存在確認
(find-font (font-spec :family "MS Gothic"))
NTEmacs
以下を scratch なんかで実行するとフォント選択パネルが開いて、フォントを選択するとフォント名が取れる
(insert (prin1-to-string (decode-coding-string (w32-select-font) 'sjis)))
Emacs23 でのフォント
(find-font (font-spec :family "MS Gothic"))
以下を scratch なんかで実行するとフォント選択パネルが開いて、フォントを選択するとフォント名が取れる
(insert (prin1-to-string (decode-coding-string (w32-select-font) 'sjis)))
紹介マニアMoinMoin: EmacsFont (last edited 2010-01-26 14:42:35 by sakito)