emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Setting face-font in Carbon Emacs 21.3.50.1


From: Miles Bader
Subject: Re: Setting face-font in Carbon Emacs 21.3.50.1
Date: Mon, 7 Mar 2005 10:30:07 +0900

On Sun, 06 Mar 2005 18:24:06 -0600, Tim McNamara <address@hidden> wrote:
> Trying to get it to use
> Lucida Grande, I put
> 
> (set-face-font 'default "-apple-lucida
> grande-medium-r-normal--12-140-75-75-m-120-mac-roman")

You usually shouldn't use `set-face-font'; instead set the various
other face attributes.

In elisp (though most people would use customize I guess), try this:

   (set-face-attribute 'default nil :family "lucida grande" :height 120)

[Maybe leave out the ":height" if the default is OK]

-Miles
-- 
Do not taunt Happy Fun Ball.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]