There are two ways to set courier-18 for ascii.

----------------------------------------------------------------------------
This is gnu emacs default way for carbon branch.
If you want to use only ascii, this is enough

(create-fontset-from-mac-roman-font
 "-apple-courier-medium-r-normal--18-*-*-*-*-*-iso10646-1"
 "your-fontset")
(add-to-list 'default-frame-alist '(font . "your-fontset"))

please read Emacs info.
----------------------------------------------------------------------------
This is a way supplied with Zenitani-san's carbon emacs package.
If you want to see CJK font with fixed width. Please use this.

(require 'carbon-font)
(add-to-list 'default-frame-alist
 '(font . "-*-*-medium-r-normal--18-*-*-*-*-*-fontset-hiraginomin")) ;; 14pt

Please read carbon-font.el
----------------------------------------------------------------------------

T. Hiromatsu

At Tue, 23 Jan 2007 20:38:44 +0100 (CET),
Roussanka Loukanova wrote:
> 
> On Tue, 23 Jan 2007, Kasper Daniel Hansen wrote:
> ...
> >
> > The is also a non-mac-specific way to set the font size, but then I
> > am not sure you can use the nice carbon fonts.
> 
> Which is the mac-specific way; which are the nice carbon fonts; and how to 
> get the nice ones?
> 
> It's good to get everything working, and then choose the nicest things.
> 
> Roussanka
> _______________________________________________
> macemacsjp-english mailing list
> [email protected]
> http://lists.sourceforge.jp/mailman/listinfo/macemacsjp-english
> 
_______________________________________________
macemacsjp-english mailing list
[email protected]
http://lists.sourceforge.jp/mailman/listinfo/macemacsjp-english

Reply via email to