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

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

Re: Setting the global default font size.


From: Joe Schafer
Subject: Re: Setting the global default font size.
Date: Thu, 05 Feb 2009 16:16:57 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

Tim Visher <tim.visher@gmail.com> writes:

> Hello Everyone,
>
> I'm interested in setting the global font size but I'm not sure how to
> do that.  I tried messing around in Easy Customization in the Faces
> section but that screwed up my default frame sizing for some reason.
>
> Any thoughts?  Also, I'm really interested in using Clear Type fonts.
> Can you do this in Emacs?

Here's what I have in my init file.  This sets it for all frames.

(modify-all-frames-parameters
 '((font . "-microsoft-consolas-medium-r-*-*-*-110-*-*-*-*-iso8859-1")))

Though for emacs23 you can write it as:

(modify-all-frames-parameters
 '((font . "Consolas-11")))

I know emacs 23 supports font antialiasing and I think emacs on windows
uses clear type.






reply via email to

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