all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Peter Dyballa <Peter_Dyballa@Web.DE>
Cc: help-gnu-emacs@gnu.org
Subject: Re: How do you change the font size?
Date: Fri, 4 Aug 2006 13:14:35 +0200	[thread overview]
Message-ID: <1DF77D5B-90BF-4F07-A58D-802D62042BE6@Web.DE> (raw)
In-Reply-To: <eav72f$f7t$1@wildfire.prairienet.org>


Am 04.08.2006 um 12:29 schrieb YAD:

> Peter Dyballa wrote:
>> Try S-mouse-1 (shift mouse-1 or shift-left mouse button).
>
> Thank you.  Is that documented somewhere?
> It would be even better to set it in a config file.

Yes. It is somewhere in *info* (or for example 'C-h a font RET').  
There are also X resources for setting fonts (not sure if they all  
work):

Emacs*font:             -*-lucidatypewriter-medium-r-*-*-10-*-*-*-m-*- 
iso10646-1
Emacs.menu*.font:       -*-lucida-bold-r-*-*-10-*-*-*-*-*-iso10646-1
Emacs.dialog*.font:     -*-new century schoolbook-bold-r-*-*-10-*-*-*- 
*-*-iso10646-1
Emacs*popup.font:               -*-*-*-*-*-20-*-*-*-*-*-iso10646-1
!Emacs*menubar.font:    -*-*-*-*-*-20-*-*-*-*-*-iso10646-1
Emacs*popup.background:         Pink
Emacs*menubar*Font:     -*-lucidabright-demibold-r-*-*-11-*-*-*-*-*- 
iso10646-1
!!--emacs.pane.menubar.font:  -misc-fixed-medium-r- 
normal--13-120-75-75-c-80-iso8859-8
!!--emacs.menu.popup.font:    -misc-fixed-medium-r- 
normal--13-120-75-75-c-80-iso8859-8
Emacs*paneFont:         -*-gill sans-bold-r-*-*-0-0-*-*-*-*-iso10646-1
Emacs.paneFont:         -*-chalkboard-medium-r-*-*-0-0-*-*-*-*-iso8859-1
Emacs.selectionFont:    -*-bodoni svtytwo sc itc tt-medium-r-*-*-0-0- 
*-*-*-*-iso8859-1
Emacs.pane.font:                -*-baskerville-semi bold-r-*-*-*-*-*- 
*-*-*-iso10646-1
Emacs.pane.menubar.font:        -*-utopia-bold-r-*-*-11-*-*-*-*-*- 
iso10646-1

http://www.emacswiki.org/cgi-bin/emacs-de/ResourceFiles is a bit  
incomplete, Emacs info, too, is not exhaustive (when I looked into it  
one or two years ago). Strings on the GNU Emacs binary only reveals:

	%s.pane.menubar*font%s: %s
	%s.%s*font%s: %s
	Emacs.dialog*.font: %s
	*XlwMenu*font: %s

With some fantasy one can fill-in some conceptions in place of %s ...

And there are additionally:

           (border-color     . "#4e3832")
           (foreground-color . "grey10")
           (background-color . "AliceBlue")
           (active-alpha     . 0.875)
           (inactive-alpha   . 0.75)
           (font . "fontset-10pt_lucidatypewriter")
           (top . 5) (left . 500) (width . 106) (height . 50))
         )
         (setq default-frame-alist '(
           (background-color     . "LightCyan1")
           (cursor-color         . "purple")
           (cursor-type          . box)
           (foreground-color     . "grey10")
           (vertical-scroll-bars . left)
           (active-alpha         . 0.875)
           (inactive-alpha       . 0.75)
           (font . "-adobe-courier-medium-r-*-11-*-iso10646-1")
           (top . 25) (left . 50) (width . 89) (height . 50))

The lines with alpha (transparency) do not work regularly, only some  
Emacs flavours follow them.

With create-fontset-from-fontset-spec you can create your own  
fontsets which will appear in the fonts pop-up menu.

--
Greetings

   Pete

"They're putting dimes in the hole in my head to see the change in me."

  reply	other threads:[~2006-08-04 11:14 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-08-04  2:53 How do you change the font size? YAD
2006-08-04  9:02 ` Peter Dyballa
     [not found] ` <mailman.4835.1154682165.9609.help-gnu-emacs@gnu.org>
2006-08-04 10:29   ` YAD
2006-08-04 11:14     ` Peter Dyballa [this message]
2006-08-04 14:46       ` Drew Adams
2006-08-05  8:04 ` YAD

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=1DF77D5B-90BF-4F07-A58D-802D62042BE6@Web.DE \
    --to=peter_dyballa@web.de \
    --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.