help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: font size


From: G Anna
Subject: Re: font size
Date: 24 Apr 2002 11:55:54 +0530
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1

> Date: Tue, 23 Apr 2002 20:54:23 +0430
> From: Arash Bijanzadeh <a.bijanzadeh@linuxiran.org>
> Subj: font size
> 
> Hello ecerybody!
> I wanna know if it is possible to change the font size in the X client 
> of emacs? and how? please help me!

In your ~/.emacs add the following lines.  Remember to choose an
appropriate font.

(setq default-frame-alist
      '((width . 80)
        (height . 40)
        (font . "-misc-fixed-medium-r-normal--15-120-100-100-c-90-iso8859-1")
        (background-color . "black")
        (foreground-color . "light blue")
        (menu-bar-lines . 1)))

Also try shift+left-mouse-button to get the font menu.

HTH

anna




reply via email to

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