all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: jasonr (Jason Rumney) @  f2s.com
Subject: Re: antialiased fonts
Date: Tue, 24 May 2005 15:16:20 +0100	[thread overview]
Message-ID: <usm0cr9or.fsf@jasonrumney.net> (raw)
In-Reply-To: 429304df$0$11679$8fcfb975@news.wanadoo.fr

Rob Wilco <rob.wilco@gmail.com> writes:

> I have googled the matter and it appears that emacs cannot display antialiased font.
>
> Questions :
>
> Is it true?

Yes.

> I don't get it, why gnome-terminal can do it and emacs can't?

gnome-terminal was written to use GTK for rendering, which in turn
uses the X11 extension APIs for directly drawing antialiased fonts.
Emacs was written to use the plain X11 text drawing API, which does
not support antialiasing.

> Who antialiases font?

The X11 extension API (the name of which I cannot recall).

> What does it takes to make a gtk-aware emacs à la gvim?

There are various degrees of GTK awareness. The current CVS, which
will someday be Emacs 22 has GTK widgets (menus, scrollbars etc), but
does not yet use GTK for drawing the text, since that is a much bigger
job requiring a complete fork of the display engine.

> PS : what are the goals of this ng compared to the one called comp.emacs ?

This newsgroup is for discussing topics specific to GNU
Emacs. comp.emacs.xemacs is the equivalent group for
XEmacs. comp.emacs is for topics that are common to both.

  parent reply	other threads:[~2005-05-24 14:16 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-05-24 10:41 antialiased fonts Rob Wilco
2005-05-24 13:55 ` Peter Dyballa
2005-05-24 14:16 ` Jason Rumney [this message]
2005-05-24 17:17   ` Rob Wilco
2005-05-24 21:49     ` Peter Dyballa
     [not found]     ` <mailman.1624.1116971563.25862.help-gnu-emacs@gnu.org>
2005-05-25 15:49       ` Stefan Monnier
2005-05-26 21:34         ` Peter Dyballa
2005-05-26 21:51           ` Stefan Monnier
     [not found]         ` <mailman.1977.1117143970.25862.help-gnu-emacs@gnu.org>
2005-05-26 21:57           ` David Kastrup
2005-05-25 17:05       ` Rob Wilco
2005-05-25 20:13         ` Peter Dyballa
2005-05-25  2:43   ` sangu

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=usm0cr9or.fsf@jasonrumney.net \
    --to=jasonr@f2s.com \
    /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.