From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Zhang Wei Newsgroups: gmane.emacs.devel Subject: Re: unicode font-backend + tiling Date: Tue, 05 Dec 2006 12:43:22 +0800 Message-ID: References: <87ejrffa4k.fsf@catnip.gol.com> NNTP-Posting-Host: dough.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1165294118 22222 80.91.229.10 (5 Dec 2006 04:48:38 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 5 Dec 2006 04:48:38 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Dec 05 05:48:36 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by dough.gmane.org with esmtp (Exim 4.50) id 1GrSEN-0007Yx-Ih for ged-emacs-devel@m.gmane.org; Tue, 05 Dec 2006 05:48:35 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GrSEN-00012F-57 for ged-emacs-devel@m.gmane.org; Mon, 04 Dec 2006 23:48:35 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GrSEB-00011U-2K for emacs-devel@gnu.org; Mon, 04 Dec 2006 23:48:23 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GrSE9-00011B-JJ for emacs-devel@gnu.org; Mon, 04 Dec 2006 23:48:22 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GrSE9-000117-Fh for emacs-devel@gnu.org; Mon, 04 Dec 2006 23:48:21 -0500 Original-Received: from [64.233.166.178] (helo=py-out-1112.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GrSE9-0008Eb-IA for emacs-devel@gnu.org; Mon, 04 Dec 2006 23:48:21 -0500 Original-Received: by py-out-1112.google.com with SMTP id u77so2408682pyb for ; Mon, 04 Dec 2006 20:48:20 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:to:subject:references:from:mail-followup-to:date:in-reply-to:message-id:user-agent:content-type:mime-version; b=M/V4/dwkMLvMZbylyRvGIE0G0XgvV05TlgthC0mJYApajZGnOiFE55VnleCULEyN8VXhKzbc5X2bz4gbQW1dPBP3FXC5WBBvcYPa23BHALF6+iyggS4JnO107kKkra7+EYGaxW3LcxYGVzpXVdiCO3JjCoix2/yeSJp2OIFNROw= Original-Received: by 10.35.91.10 with SMTP id t10mr16884046pyl.1165294099994; Mon, 04 Dec 2006 20:48:19 -0800 (PST) Original-Received: from brep ( [59.66.78.86]) by mx.google.com with ESMTP id y64sm22219627pyg.2006.12.04.20.48.15; Mon, 04 Dec 2006 20:48:19 -0800 (PST) Original-To: emacs-devel@gnu.org Mail-Followup-To: emacs-devel@gnu.org In-Reply-To: (Kenichi Handa's message of "Tue\, 05 Dec 2006 13\:30\:00 +0900") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.91 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:63292 Archived-At: Kenichi Handa writes: > It's quite easy to display characters without aa > (anti-aliasing), but the problem is how we specify aa or > non-aa for a specific set of characters/fonts. We may want > aa even for Chinese characters if the font size is smaller > than some threshold. So, we must design a flexible > interface that can be controlled by users. Why don't we just respect fontconfig (fonts.conf)?