all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Xft / anti-aliased font support?
@ 2004-08-23 18:38 Geronimo
  2004-08-23 19:13 ` David Kastrup
  2004-08-23 19:22 ` Stefan Monnier
  0 siblings, 2 replies; 10+ messages in thread
From: Geronimo @ 2004-08-23 18:38 UTC (permalink / raw)


Hello all--

Running GNU emacs 21.2.1 on a Linux RH 9 / Gnome 2.2 box. Is there Xft 
support for this release? For desktop consistency, I would like to run 
emacs w/ anti-aliased fonts. Thanks.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Xft / anti-aliased font support?
  2004-08-23 18:38 Xft / anti-aliased font support? Geronimo
@ 2004-08-23 19:13 ` David Kastrup
  2004-08-23 20:53   ` Florian Weimer
  2004-08-23 19:22 ` Stefan Monnier
  1 sibling, 1 reply; 10+ messages in thread
From: David Kastrup @ 2004-08-23 19:13 UTC (permalink / raw)


Geronimo <user@server.com> writes:

> Running GNU emacs 21.2.1 on a Linux RH 9 / Gnome 2.2 box. Is there
> Xft support for this release? For desktop consistency, I would like
> to run emacs w/ anti-aliased fonts. Thanks.

Not possible AFAIK.  The current developer Emacs has antialiased fonts
in the menus when compiled with GTK.  But not in the main text.  I
recommend to use the 10x20 font: it is perfectly legible with high
contrast and pleasant stroke widths without antialiasing.

-- 
David Kastrup, Kriemhildstr. 15, 44793 Bochum

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Xft / anti-aliased font support?
  2004-08-23 18:38 Xft / anti-aliased font support? Geronimo
  2004-08-23 19:13 ` David Kastrup
@ 2004-08-23 19:22 ` Stefan Monnier
  1 sibling, 0 replies; 10+ messages in thread
From: Stefan Monnier @ 2004-08-23 19:22 UTC (permalink / raw)


> Running GNU emacs 21.2.1 on a Linux RH 9 / Gnome 2.2 box. Is there Xft
> support for this release? For desktop consistency, I would like to run emacs
> w/ anti-aliased fonts. Thanks.

There was some preliminary work on Xft support in the Arch branch
christopher.gray@mail.mcgill.ca--archive-ubc/emacs--xft--0 located at
http://www.cs.ubc.ca/~cmg/{archive} and
http://mirrors.sourcecontrol.net/christopher.gray@mail.mcgill.ca--archive-ubc

But AFAIK it hasn't seen much progress recently, tho I'd love to be
proven wrong.


        Stefan

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Xft / anti-aliased font support?
  2004-08-23 19:13 ` David Kastrup
@ 2004-08-23 20:53   ` Florian Weimer
  2004-08-23 21:35     ` David Kastrup
  0 siblings, 1 reply; 10+ messages in thread
From: Florian Weimer @ 2004-08-23 20:53 UTC (permalink / raw)


* David Kastrup:

> Not possible AFAIK.  The current developer Emacs has antialiased fonts
> in the menus when compiled with GTK.  But not in the main text.  I
> recommend to use the 10x20 font: it is perfectly legible with high
> contrast and pleasant stroke widths without antialiasing.

Which 10x20 font?  Is it free?  Can you post a fontset description?
Or is this the 10x20 font from the font menu?

I'm currently using Bitsream Vera Sans Mono, which gets at least "O0"
and "1li" right, but I'm always open for new suggestions.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Xft / anti-aliased font support?
  2004-08-23 20:53   ` Florian Weimer
@ 2004-08-23 21:35     ` David Kastrup
  2004-08-23 21:47       ` Florian Weimer
  0 siblings, 1 reply; 10+ messages in thread
From: David Kastrup @ 2004-08-23 21:35 UTC (permalink / raw)


Florian Weimer <fw@deneb.enyo.de> writes:

> * David Kastrup:
> 
> > Not possible AFAIK.  The current developer Emacs has antialiased fonts
> > in the menus when compiled with GTK.  But not in the main text.  I
> > recommend to use the 10x20 font: it is perfectly legible with high
> > contrast and pleasant stroke widths without antialiasing.
> 
> Which 10x20 font?  Is it free?  Can you post a fontset description?
> Or is this the 10x20 font from the font menu?

Yup.  And for me just placing

Emacs.font: 10x20

into the X resources was sufficient for Emacs to figure out the rest
of the fontset on its own.

-- 
David Kastrup, Kriemhildstr. 15, 44793 Bochum

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Xft / anti-aliased font support?
  2004-08-23 21:35     ` David Kastrup
@ 2004-08-23 21:47       ` Florian Weimer
  2004-08-23 21:55         ` David Kastrup
  2004-08-23 21:59         ` Stefan Monnier
  0 siblings, 2 replies; 10+ messages in thread
From: Florian Weimer @ 2004-08-23 21:47 UTC (permalink / raw)


* David Kastrup:

> Yup.  And for me just placing
>
> Emacs.font: 10x20
>
> into the X resources was sufficient for Emacs to figure out the rest
> of the fontset on its own.

I see.  The font itself isn't too bad, but it has got an annoying ",."
bug (shouldn't be too hard to fix, though).  What's worse: My system
lacks bold and oblique variants. 8-(  Do you have them?

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Xft / anti-aliased font support?
  2004-08-23 21:47       ` Florian Weimer
@ 2004-08-23 21:55         ` David Kastrup
  2004-08-23 21:59         ` Stefan Monnier
  1 sibling, 0 replies; 10+ messages in thread
From: David Kastrup @ 2004-08-23 21:55 UTC (permalink / raw)


Florian Weimer <fw@deneb.enyo.de> writes:

> * David Kastrup:
> 
> > Yup.  And for me just placing
> >
> > Emacs.font: 10x20
> >
> > into the X resources was sufficient for Emacs to figure out the rest
> > of the fontset on its own.
> 
> I see.  The font itself isn't too bad, but it has got an annoying ",."
> bug (shouldn't be too hard to fix, though).  What's worse: My system
> lacks bold and oblique variants. 8-(  Do you have them?

*Bold* yes, /oblique/ no.

-- 
David Kastrup, Kriemhildstr. 15, 44793 Bochum

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Xft / anti-aliased font support?
  2004-08-23 21:47       ` Florian Weimer
  2004-08-23 21:55         ` David Kastrup
@ 2004-08-23 21:59         ` Stefan Monnier
  2004-08-24 12:32           ` Bill White
  1 sibling, 1 reply; 10+ messages in thread
From: Stefan Monnier @ 2004-08-23 21:59 UTC (permalink / raw)


> I see.  The font itself isn't too bad, but it has got an annoying ",."
> bug (shouldn't be too hard to fix, though).  What's worse: My system
> lacks bold and oblique variants. 8-(  Do you have them?

I use -misc-fixed-medium-r-semicondensed--13-*-*-*-*-*-*-*
and it does come with bold and oblique.  It's significantly smaller
than 10x20 (it's 6x13 IIRC), which I find to be a great advantage since
I get to see many more lines of text at a time.


        Stefan

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Xft / anti-aliased font support?
  2004-08-23 21:59         ` Stefan Monnier
@ 2004-08-24 12:32           ` Bill White
  2004-08-28 13:59             ` Kai Grossjohann
  0 siblings, 1 reply; 10+ messages in thread
From: Bill White @ 2004-08-24 12:32 UTC (permalink / raw)


On Mon Aug 23 2004 at 16:59, Stefan Monnier <monnier@iro.umontreal.ca> said:

> I use -misc-fixed-medium-r-semicondensed--13-*-*-*-*-*-*-* and it
> does come with bold and oblique.  It's significantly smaller than
> 10x20 (it's 6x13 IIRC), which I find to be a great advantage since I
> get to see many more lines of text at a time.

The most readable font I've found over the years is
-B&H-LucidaTypewriter-Medium-R-Normal-Sans-12-120-75-75-M-70-ISO8859-1
I try other fonts that people recommend but I've always returned to
this one.  It has bold but not oblique afaict.

Here's a screenshot:
http://members.wri.com/billw/images/Screenshot.png

bw
-- 
Bill White . billw@mchsi.com . http://members.wri.com/billw

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Xft / anti-aliased font support?
  2004-08-24 12:32           ` Bill White
@ 2004-08-28 13:59             ` Kai Grossjohann
  0 siblings, 0 replies; 10+ messages in thread
From: Kai Grossjohann @ 2004-08-28 13:59 UTC (permalink / raw)


Bill White <billw@mchsi.com> writes:

> On Mon Aug 23 2004 at 16:59, Stefan Monnier <monnier@iro.umontreal.ca> said:
>
>> I use -misc-fixed-medium-r-semicondensed--13-*-*-*-*-*-*-* and it
>> does come with bold and oblique.  It's significantly smaller than
>> 10x20 (it's 6x13 IIRC), which I find to be a great advantage since I
>> get to see many more lines of text at a time.
>
> The most readable font I've found over the years is
> -B&H-LucidaTypewriter-Medium-R-Normal-Sans-12-120-75-75-M-70-ISO8859-1
> I try other fonts that people recommend but I've always returned to
> this one.  It has bold but not oblique afaict.

May I also suggest the GNU Intlfonts package?  Especially for someone
who likes 10x20 (ie, large fonts), this font might be nice.

(Of course, you, Bill and Stefan, prefer smaller fonts, and the
smaller version of GNU Intlfonts is not that nice.  It lacks bold, for
a start.)

Kai

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2004-08-28 13:59 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-08-23 18:38 Xft / anti-aliased font support? Geronimo
2004-08-23 19:13 ` David Kastrup
2004-08-23 20:53   ` Florian Weimer
2004-08-23 21:35     ` David Kastrup
2004-08-23 21:47       ` Florian Weimer
2004-08-23 21:55         ` David Kastrup
2004-08-23 21:59         ` Stefan Monnier
2004-08-24 12:32           ` Bill White
2004-08-28 13:59             ` Kai Grossjohann
2004-08-23 19:22 ` Stefan Monnier

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.