all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Peter Dyballa <Peter_Dyballa@Web.DE>
To: Johnny <yggdrasil@gmx.co.uk>
Cc: help-gnu-emacs@gnu.org
Subject: Re: Increase text size of echo area / mode line?
Date: Wed, 25 May 2011 10:45:39 +0200	[thread overview]
Message-ID: <DEC1434D-7AF7-43BE-B6E5-02773A3FC00E@Web.DE> (raw)
In-Reply-To: <87zkmbg5u7.fsf@gmx.co.uk>


Am 24.05.2011 um 23:13 schrieb Johnny:

>> It seems that font names from the fontconfig service also work:
>>
>> 	(set-fontset-font "fontset-default" 'gb18030
>> ("STFangsong". "unicode-
>> bmp")
>>
>> or, with a particular size:
>>
>> 	(set-fontset-font "fontset-default" 'gb18030
>> ("STFangsong-16". "unicode-bmp")
>
> This is alternate methods, I assume?

It's more of a direct method of constructing a fontset.

> But where does STFangsong come from and what happened to big5?


"STFangsong" is the name of a TrueType font as reported by the  
fontconfig service (fc-list for example). "STFangsong-16" is the  
fontconfig specification of the STFangsong (normal, regular) font at  
16 pt size.

Once you've set up your own fontset, you can make it active by  
specifying it in default-frame-alist (there's also initial-frame- 
alist) in your init file:

     (setq default-frame-alist
       (append (list
	'(font . "fontset-10pt_lucida_sans_typewriter")
     ) default-frame-alist)))


--
Greetings

   Pete

Build a man a fire and he'll be warm for a night, but set a man on  
fire and he'll be warm for the rest of his life.




  reply	other threads:[~2011-05-25  8:45 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-05 19:10 Increase text size of echo area / mode line? Johnny
2011-04-05 20:46 ` Filippo A. Salustri
2011-04-05 21:27 ` Peter Dyballa
2011-05-21 12:01   ` Johnny
2011-05-21 21:51     ` Peter Dyballa
2011-05-24 21:13       ` Johnny
2011-05-25  8:45         ` Peter Dyballa [this message]
     [not found] <mailman.9.1302034452.11064.help-gnu-emacs@gnu.org>
2011-04-10  2:22 ` Stefan Monnier

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=DEC1434D-7AF7-43BE-B6E5-02773A3FC00E@Web.DE \
    --to=peter_dyballa@web.de \
    --cc=help-gnu-emacs@gnu.org \
    --cc=yggdrasil@gmx.co.uk \
    /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.