From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?UTF-8?B?6buE5bu65b+g?= Newsgroups: gmane.emacs.devel Subject: Re: A patch for enforcing double-width CJK character display Date: Tue, 17 Apr 2012 09:47:19 +0800 Message-ID: <4F8CCBA7.1070407@i-soft.com.cn> References: <4F85A138.6090900@i-soft.com.cn> <87vcl646c7.fsf@isil.kanru.info> <4F85AE69.9050002@i-soft.com.cn> <4F8698B0.2030703@i-soft.com.cn> <83hawp46p7.fsf@gnu.org> <4F86BA0F.4080301@i-soft.com.cn> <83ehrt3u0p.fsf@gnu.org> <4F87173F.3070801@i-soft.com.cn> <4F8782C8.2030005@i-soft.com.cn> <87d379h971.fsf@catnip.gol.com> <877gxghc3d.fsf@catnip.gol.com> <4F8B6D0F.2050700@i-soft.com.cn> <4F8BB0D3.6060202@i-soft.com.cn> <4F8BBE1F.9080701@i-soft.com.cn> <87sjg3kygc.fsf@catnip.gol.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Trace: dough.gmane.org 1334627264 27281 80.91.229.3 (17 Apr 2012 01:47:44 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 17 Apr 2012 01:47:44 +0000 (UTC) Cc: emacs-devel@gnu.org To: Miles Bader Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Apr 17 03:47:43 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SJxWA-0007AC-S4 for ged-emacs-devel@m.gmane.org; Tue, 17 Apr 2012 03:47:42 +0200 Original-Received: from localhost ([::1]:59029 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SJxWA-00085X-AA for ged-emacs-devel@m.gmane.org; Mon, 16 Apr 2012 21:47:42 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:48224) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SJxW4-000855-OU for emacs-devel@gnu.org; Mon, 16 Apr 2012 21:47:40 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SJxVz-0005ls-Vh for emacs-devel@gnu.org; Mon, 16 Apr 2012 21:47:36 -0400 Original-Received: from mta319.sina.net ([202.108.3.136]:58017) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SJxVz-0005jd-E7; Mon, 16 Apr 2012 21:47:31 -0400 X-Originating-IP: [218.240.45.242] Original-Received: from unknown (HELO mta319.sina.net) ([10.54.5.29]) by irxd5-206.sina.net with ESMTP; 17 Apr 2012 09:47:21 +0800 Original-Received: by smtp-5-29.sina.net (SINAMAIL, from userid 1040) id 6D083302877; Tue, 17 Apr 2012 09:47:21 +0800 (CST) Original-Received: from piggy.pure64.org (unknown [218.240.45.242]) by smtp-5-29.sina.net (SINAMAIL) with ESMTPA id 193F83028D3; Tue, 17 Apr 2012 09:47:21 +0800 (CST) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.2) Gecko/20120327 Thunderbird/10.0.2 In-Reply-To: <87sjg3kygc.fsf@catnip.gol.com> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 202.108.3.136 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:149709 Archived-At: 于 2012年04月17日 08:13, Miles Bader 写道: > 黄建忠 writes: >> 2, for Monospace 10, the pixelsize is 14, then it matches a "koliji >> 10" with pixelsize 12. that's to say, >> *the fix only added ONE pixel left and ONE pixel right.* Can anybody >> feel such a little alignment change? > Hi, > > I tried it again on my home system, which has different fonts > installed. > > case 1: size = 13 > ASCII: Lucida Sans Typewriter [9 pix per char] > CJK: さざなみ明朝 [12 pix per char] > > case 2: size = 11 > ASCII: Lucida Sans Typewriter [7 pix per char] > CJK: さざなみ明朝 [10 pix per char] > Please use monospace font, Sans should not be default font of Emacs. > I think in this case it will add 6 pixels to each CJK character in > case 1, and 4 pixels in case 2, right? That's an increase of 50% > width... According to the pixel values, Yes. > > ["さざなみ明朝" is actually a very nice and readable font even at > small sizes, because it has built-in hand-tuned bitmaps ...] >> Do not guess the result and just have a try :-D > Fair enough... :] > > -miles > -- Huang JianZhong