From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Werner LEMBERG Newsgroups: gmane.emacs.devel Subject: Re: Xft support (freetype, anti-aliasing) in X11 emacs Date: Fri, 04 Oct 2002 13:32:33 +0200 (CEST) Sender: emacs-devel-admin@gnu.org Message-ID: <20021004.133233.42788207.wl@gnu.org> References: <20CE3498-D70B-11D6-98F2-00039363E640@swipnet.se> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1033750169 3968 127.0.0.1 (4 Oct 2002 16:49:29 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 4 Oct 2002 16:49:29 +0000 (UTC) Cc: usenet@fischman.org, emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17xVdo-00011i-00 for ; Fri, 04 Oct 2002 18:49:28 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17xWPV-0007Ph-00 for ; Fri, 04 Oct 2002 19:38:45 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17xVcT-0000zu-00; Fri, 04 Oct 2002 12:48:05 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17xVc9-0000dS-00 for emacs-devel@gnu.org; Fri, 04 Oct 2002 12:47:45 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17xVc7-0000ZL-00 for emacs-devel@gnu.org; Fri, 04 Oct 2002 12:47:44 -0400 Original-Received: from moutng.kundenserver.de ([212.227.126.171]) by monty-python.gnu.org with esmtp (Exim 4.10) id 17xVc7-0000ZG-00 for emacs-devel@gnu.org; Fri, 04 Oct 2002 12:47:43 -0400 Original-Received: from [212.227.126.160] (helo=mrelayng0.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 17xVc5-0002wK-00; Fri, 04 Oct 2002 18:47:41 +0200 Original-Received: from [193.159.6.175] (helo=orion.univie.ac.at) by mrelayng0.kundenserver.de with asmtp (Exim 3.35 #1) id 17xVc4-0000fJ-00; Fri, 04 Oct 2002 18:47:41 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by orion.univie.ac.at (8.11.6/8.11.6/SuSE Linux 0.5) with ESMTP id g94BWXL31672; Fri, 4 Oct 2002 13:32:33 +0200 Original-To: jan.h.d@swipnet.se In-Reply-To: <20CE3498-D70B-11D6-98F2-00039363E640@swipnet.se> X-Mailer: Mew version 3.0.67 on Emacs 21.3.50.1 / Mule 5.0 (SAKAKI) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:8394 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:8394 > If you say so, I haven't looked at Xft2. I don't even like > antialiased fonts, they make my eyes hurt :-) Please explain. Recent FreeType versions (used in Xft2) support various hinting modes. Werner