[HOME]: [Mac OS X]: [MacPython]: [Emacs]: [生存報告記]: [MacEmacs JP Project]: [NTEmacs JP Project]:

概要

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