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

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

Re: "Intelligent" non-proportional font


From: Johan Kullstam
Subject: Re: "Intelligent" non-proportional font
Date: 02 Jun 2005 15:51:13 -0400
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4

Sébastien Vauban <ewgeocaufsfb@spammotel.com> writes:

> Hi all,
> 
> Could someone tell me the name of an "intelligent" font,
> i.e. (following my definition) a font where the number `1'
> ("one") is differently written than the letter `l' ("elle")?
> That's the only problem I have with the current "Courrier New"
> I've got on my PC.
>
> I'm searching for such one in my Emacs (on Windows), but *not
> proportional* (and, if fact, as closest as possible to Courrier
> New).

I like the gnu internation fonts.

Download
ftp://aeneas.mit.edu/pub/gnu/intlfonts/intlfonts-1.2.1-split/European.tar.gz

Unpack them into, e.g., "c:/dir/".

And put
(setq w32-bdf-filename-alist (w32-find-bdf-fonts 
                              '("c:/dir/intlfonts-1.2/European")))
(setq window-font "-etl-fixed-medium-r-*-*-18-*-*-*-*-*-iso8859-1")
(when window-system (set-frame-font window-font))
into your .emacs.

This gives a decent font.

I am searching for good looking X fonts with pixel heights of 20-21
pixels and larger.  Displays have 100 dpi or even 120 dpi but new
fonts haven't appeared to make human eye readable displays at those
resolutions.  Any hints?

> It could/should be one like the one shown on a sample of SLIME's
> use; see:
> 
>     http://common-lisp.net/project/slime/images/more-slime.png
> 
> Seb
> 
> --
> Sébastien Vauban

-- 
Johan KULLSTAM <kullstj-nn@comcast.net> sysengr


reply via email to

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