all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Peter Dyballa <Peter_Dyballa@Web.DE>
To: "Frédéric Boiteux" <fboiteux@free.fr>
Cc: help-gnu-emacs@gnu.org
Subject: Re: font selection
Date: Wed, 30 Sep 2009 10:23:10 +0200	[thread overview]
Message-ID: <75ABF9B4-3CC0-4E44-A454-A93BD7AE028B@Web.DE> (raw)
In-Reply-To: <20090929100619.6ce8d7ec@ancolie.localdomain>


Am 29.09.2009 um 10:06 schrieb Frédéric Boiteux:

> Is it possible to select fonts from the init.el / custom.el  
> specific Emacs config files ?


Yes. In for example

         (setq initial-frame-alist '(
           (mouse-color           . "midnightblue")
           (foreground-color      . "grey20")
           (background-color      . "alice blue")
           (internal-border-width . 2)
           (line-spacing          . 1)
           (active-alpha          . 0.875)
           (inactive-alpha        . 0.75)
           (top . 25) (left . 650) (width . 91) (height . 50)))
         (setq default-frame-alist '(
           (border-color          . "#4e3831")
           (foreground-color      . "grey10")
           (background-color      . "ghost white")
           (vertical-scroll-bars  . left)
           (cursor-color          . "purple")
           (cursor-type           . box)
           (active-alpha          . 0.75)
           (inactive-alpha        . 0.875)
           (top . 50) (left . 150) (width . 89) (height . 56)))

you can also put elements like

           (font . "-apple-courier std-medium-r-normal--0-0-0-0-m-0- 
mac-roman")

or

           (font . "fontset-osaka")

and there is also the option:

	(set-frame-font "-apple-courier-medium-r-normal--14-*-*-*-*-*- 
fontset-14pt_bitstream_courier" 'keep)


The fontsets can be built in your init file as well.

--
Greetings

   Pete

      _o    o         o   o
    _<<     \\_/\_,   \\_ \\_/\_,
   (*)/(*) (*)   (*) (*) `-    (*)







  reply	other threads:[~2009-09-30  8:23 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-09-29  8:06 font selection Frédéric Boiteux
2009-09-30  8:23 ` Peter Dyballa [this message]
2009-09-30  8:31 ` Jaideep Das
     [not found] <mailman.7733.1254283137.2239.help-gnu-emacs@gnu.org>
2009-09-30 23:01 ` Tim X
  -- strict thread matches above, loose matches on Subject: below --
2008-06-20 13:15 emacs/cvs: keybindings broken T. V. Raman
2008-06-20 14:42 ` Stefan Monnier
2008-06-21  2:46   ` T. V. Raman
2008-06-21  3:51     ` Font Selection Florian Beck
2006-05-29 10:18 font selection Gary Wessle
2006-05-30 16:51 ` Kevin Rodgers

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=75ABF9B4-3CC0-4E44-A454-A93BD7AE028B@Web.DE \
    --to=peter_dyballa@web.de \
    --cc=fboiteux@free.fr \
    --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.