From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Mar 4 18:05:26 2004 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C5DD316A4CE; Thu, 4 Mar 2004 18:05:26 -0800 (PST) Received: from sakura.ninth-nine.com (sakura.ninth-nine.com [219.127.74.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5673C43D39; Thu, 4 Mar 2004 18:05:26 -0800 (PST) (envelope-from nork@FreeBSD.org) Received: from melfina.ninth-nine.com ([IPv6:2002:d312:f91e::1]) (authenticated bits=0) by sakura.ninth-nine.com (8.12.10/8.12.10/NinthNine) with ESMTP id i2525OKJ027976 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 5 Mar 2004 11:05:25 +0900 (JST) (envelope-from nork@FreeBSD.org) Date: Fri, 5 Mar 2004 11:05:25 +0900 (JST) Message-Id: <200403050205.i2525OKJ027976@sakura.ninth-nine.com> From: Norikatsu Shigemura To: freebsd-ports-bugs@FreeBSD.org In-Reply-To: <200403042340.i24Ne331082291@freefall.freebsd.org> References: <200403042340.i24Ne331082291@freefall.freebsd.org> X-Mailer: Sylpheed version 0.9.9 (GTK+ 1.2.10; i386-portbld-freebsd5.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: Hiroki Sato Subject: Re: ports/63774: unbreak japanese/xpdf X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Mar 2004 02:05:26 -0000 On Thu, 4 Mar 2004 15:40:03 -0800 (PST) Hiroki Sato wrote: '-alias-fixed-medium-r-normal--%s-*-*-*-c-*-jisx0208.1983-0' ISO-2022-JP > sa264> +# Uncomment the following if you have ja-acroread5-jpnfont installed. > sa264> +#displayCIDFontT1 Adobe-Japan1 /usr/local/Acrobat5/Resource/Font/KozMinPro-Regular-Acro.otf > Using Acrobat5's font file for this purpose makes a license violation. > I suggest to remove this two commented-out lines. My work is almost same. But I think to try to use displayNamedCIDFontTT like following this line. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - displayNamedCIDFontTT Ryumin-Light-H "/usr/X11R6/lib/X11/fonts/TrueType/kochi-mincho-subst.ttf" displayNamedCIDFontTT GothicBBB-Medium-H "/usr/X11R6/lib/X11/fonts/TrueType/kochi-gothic-subst.ttf" - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - But xpdf-3.00 was broken handing TrueType fonts. So xpdf cannot display Japanese PDF. Now pending... # I know how to fix, and patche(s) are located on Debian... but...