From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.devel Subject: Re: Printing Date: Mon, 06 Apr 2009 17:03:18 +0900 Message-ID: References: <5f0660120903280331y780c80b7i57a8115dc4b029eb@mail.gmail.com> <49CE3A84.9070705@swipnet.se> NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1239004966 24498 80.91.229.12 (6 Apr 2009 08:02:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 6 Apr 2009 08:02:46 +0000 (UTC) Cc: emacs-devel@gnu.org To: YAMAMOTO Mitsuharu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Apr 06 10:04:04 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LqjoJ-0003Yv-Ae for ged-emacs-devel@m.gmane.org; Mon, 06 Apr 2009 10:04:03 +0200 Original-Received: from localhost ([127.0.0.1]:37247 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lqjmv-0007Cl-0F for ged-emacs-devel@m.gmane.org; Mon, 06 Apr 2009 04:02:37 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lqjmp-0007Bm-9i for emacs-devel@gnu.org; Mon, 06 Apr 2009 04:02:31 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lqjmj-0007Ax-3P for emacs-devel@gnu.org; Mon, 06 Apr 2009 04:02:29 -0400 Original-Received: from [199.232.76.173] (port=41681 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lqjmi-0007Au-T8 for emacs-devel@gnu.org; Mon, 06 Apr 2009 04:02:24 -0400 Original-Received: from mx1.aist.go.jp ([150.29.246.133]:59040) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Lqjmi-0006W9-2v for emacs-devel@gnu.org; Mon, 06 Apr 2009 04:02:24 -0400 Original-Received: from rqsmtp2.aist.go.jp (rqsmtp2.aist.go.jp [150.29.254.123]) by mx1.aist.go.jp with ESMTP id n3682LBj029612; Mon, 6 Apr 2009 17:02:21 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp2.aist.go.jp by rqsmtp2.aist.go.jp with ESMTP id n3682LxO027484; Mon, 6 Apr 2009 17:02:21 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp2.aist.go.jp with ESMTP id n3682JHS015956; Mon, 6 Apr 2009 17:02:19 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken with local (Exim 4.69) (envelope-from ) id 1Lqjna-0001JO-H3; Mon, 06 Apr 2009 17:03:18 +0900 In-reply-to: (message from YAMAMOTO Mitsuharu on Sat, 04 Apr 2009 11:44:27 +0900) X-detected-operating-system: by monty-python.gnu.org: Solaris 9 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:110086 Archived-At: In article , YAMAMOTO Mitsuharu writes: > > I tried making a really preliminary proof-of-concept cairo port. :-) > > It's still rough and has several glitches/limitations, but at least > > it can generate a "resolution-independent screenshot" PDF as > > attached. Maybe I'll clean up the code this weekend and hopefully > > post a patch. > Here's the patch for the Emacs 23.0.92 pretest (not the trunk HEAD). As your patch contains fixes to ftfont.c: [...] ! if (FT_Load_Char (ft_face, i, FT_LOAD_DEFAULT) == 0) [...] ! font->underline_thickness = ft_face->underline_thickness * size / upEM; I've just comitted those changes. Thank you for finding them. Does the patch contain any other fixes? --- Kenichi Handa handa@m17n.org