all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Joe Schafer <joesmoe10@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: Setting the global default font size.
Date: Thu, 05 Feb 2009 16:16:57 -0500	[thread overview]
Message-ID: <87prhwtwhi.fsf@gmail.com> (raw)
In-Reply-To: c115fd3c0902050728w381f4645ha283ba2e92d6a7b9@mail.gmail.com

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	other threads:[~2009-02-05 21:16 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-02-05 15:28 Setting the global default font size Tim Visher
2009-02-05 21:16 ` Joe Schafer [this message]
2009-02-10 12:45 ` Nurullah Akkaya
2009-02-10 19:03   ` Geralt
2009-02-10 22:53     ` Nurullah Akkaya
2009-02-11  0:20       ` Geralt
2009-02-11  4:06     ` Manish Sharma
2009-02-11 10:09       ` Geralt
2009-02-11 12:48     ` Peter Dyballa
2009-02-12 16:52       ` Geralt
2009-02-12 18:38         ` Peter Dyballa
2009-02-12 18:49           ` Geralt
2009-02-12 21:12             ` Peter Dyballa
2009-02-12 22:21               ` Geralt
2009-02-12 23:19                 ` Peter Dyballa
2009-02-13 21:20                   ` Geralt
2009-02-13 21:53                     ` Peter Dyballa
2009-02-13 22:03                       ` Geralt
2009-02-13 22:46                         ` Peter Dyballa
2009-02-14 10:28                           ` Geralt
2009-02-14 14:24                             ` Peter Dyballa
2009-02-14 14:47                               ` Geralt
2009-02-14 18:51                                 ` Peter Dyballa
2009-02-17 16:19                                   ` Geralt

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87prhwtwhi.fsf@gmail.com \
    --to=joesmoe10@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.