[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: emacs with truetype fonts
From: |
Daniel Pittman |
Subject: |
Re: emacs with truetype fonts |
Date: |
Tue, 09 Nov 2004 21:18:17 +1100 |
User-agent: |
Gnus/5.110003 (No Gnus v0.3) Emacs/21.3 (gnu/linux) |
On 9 Nov 2004, Jan Ulrich Hasecke wrote:
> I tried it out with several fonts but they all look less good than in gvim.
> Maybe there is no antialias support in my emacs.
'gvim', as I recall, uses the GTK text widgets. These, under the hood,
use xft for anti-aliased text rendering these days, for both TTF and
Type1 fonts.
Emacs, since it uses a display engine of its own, does not support the
same font location technology, and does not support anti-aliased text.
All it needs is for someone to write the code to implement that, though.
Daniel
--
<@jwz> The human genome is about 3 gigabases long, which boils down to
750 megabytes. Depressingly enough, this is only 2.8 Mozilla browsers.