From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yee Keat Phuah Subject: Re: Custom Fonts Fail with Tables Date: Mon, 2 Feb 2009 14:42:51 +0800 Message-ID: <9caafe030902012242o6d3ec0f1oc2721fe978e7c932@mail.gmail.com> References: <227896780902011347r79856fc2ha2b64da60d2eb21d@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LTsWG-0006WD-Jl for emacs-orgmode@gnu.org; Mon, 02 Feb 2009 01:42:56 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LTsWE-0006Vs-Ir for emacs-orgmode@gnu.org; Mon, 02 Feb 2009 01:42:55 -0500 Received: from [199.232.76.173] (port=47978 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LTsWE-0006Vp-Bx for emacs-orgmode@gnu.org; Mon, 02 Feb 2009 01:42:54 -0500 Received: from rv-out-0708.google.com ([209.85.198.241]:59614) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LTsWE-0007il-1I for emacs-orgmode@gnu.org; Mon, 02 Feb 2009 01:42:54 -0500 Received: by rv-out-0708.google.com with SMTP id k29so1607890rvb.6 for ; Sun, 01 Feb 2009 22:42:51 -0800 (PST) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Matthew Lundin Cc: emacs-orgmode@gnu.org, Ryan Hi, On Mon, Feb 2, 2009 at 5:57 AM, Matthew Lundin wrote: > > Ryan writes: > >> When I change the default font to a custom font (such as Calibri or Arial), >> the tables seem to get messed up. > > Calibri and Arial are sans-serif (i.e., not monospaced) fonts. Tables in > these fonts will not align, since the space between characters varies. Adding to that, I would like to report that Chinese characters inside tables will also cause the table to be misaligned. I guess its the font width calculation issue as well. As far as I can tell visually, each chinese character occupies 1.5 places of a monospaced font width. Cheres, Phuah Yee Keat