From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/20082 Path: news.gmane.org!not-for-mail From: "Adam Lindsay" Newsgroups: gmane.comp.tex.context Subject: Re: OpenType, Jenson, handling Date: Fri, 22 Apr 2005 21:56:41 +0100 Message-ID: <20050422215641.28324@mail.comp.lancs.ac.uk> References: <4269443B.9040101@wxs.nl> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1114204582 3566 80.91.229.2 (22 Apr 2005 21:16:22 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 22 Apr 2005 21:16:22 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Fri Apr 22 23:16:17 2005 Return-path: Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by ciao.gmane.org with esmtp (Exim 4.43) id 1DP5Ue-0000Na-Hx for gctc-ntg-context-518@m.gmane.org; Fri, 22 Apr 2005 23:15:20 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id A16A112853; Fri, 22 Apr 2005 23:20:01 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 18696-03; Fri, 22 Apr 2005 23:20:00 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 10FDE1284C; Fri, 22 Apr 2005 22:56:47 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 76B901284C for ; Fri, 22 Apr 2005 22:56:45 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 18501-01-5 for ; Fri, 22 Apr 2005 22:56:44 +0200 (CEST) Original-Received: from mail.comp.lancs.ac.uk (mail.comp.lancs.ac.uk [148.88.3.45]) by ronja.ntg.nl (Postfix) with ESMTP id 9CA0112835 for ; Fri, 22 Apr 2005 22:56:44 +0200 (CEST) Original-Received: from [192.168.31.104] (localhost [127.0.0.1]) by mail.comp.lancs.ac.uk (8.12.10/8.12.10) with ESMTP id j3MKuhIk002799 for ; Fri, 22 Apr 2005 21:56:44 +0100 (BST) Original-To: "mailing list for ConTeXt users" In-Reply-To: <4269443B.9040101@wxs.nl> X-Mailer: CTM PowerMail version 5.1 build 4340 English X-Virus-Scanned: by amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: by amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:20082 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:20082 Hans Hagen said this at Fri, 22 Apr 2005 20:36:43 +0200: >David Wooten wrote: >> Greetings all, >> >> Adam, >> Have you had any success in using hanging alignment handling with Adobe >> Jenson Pro? The last reference to this I've found was in your 2003 My >> Way on the subject. > >it's indepent of the font, Actually, the thing David asked about was a weird bug turned up between FontForge's font conversion, that particular font, and the pdfetex of that time. I haven't seen anything like that since, especially since using the --lcdf switch. In any case, that font works for me now. texfont --ma --in --lcdf --pre --ve=adobe --co=jenson --va=liga,kern,onum,pnum texfont --ma --in --lcdf --pre --ve=adobe --co=jenson -- va=liga,kern,smcp,lnum,tnum - 8< --- \loadmapfile[texnansi-LIGA-KERN-ONUM-PNUM-adobe-jenson] \loadmapfile[texnansi-LIGA-KERN-SMCP-LNUM-TNUM-adobe-jenson] \def\SerifTypefaceFeatures {LIGA-KERN-ONUM-PNUM} \def\SerifCapsTypefaceFeatures{LIGA-KERN-SMCP-LNUM-TNUM} % reduced from a more elaborate typescript \starttypescript [serif] [JensonPro] [texnansi,ec,8r] \definefontsynonym[Serif] [\typescriptthree- \SerifTypefaceFeatures-AJensonPro-Regular] [encoding=\typescriptthree,handling=pure] \definefontsynonym[SerifItalic] [\typescriptthree- \SerifTypefaceFeatures-AJensonPro-It] [encoding=\typescriptthree,handling=pure] \definefontsynonym[SerifBold] [\typescriptthree- \SerifTypefaceFeatures-AJensonPro-Bold] [encoding=\typescriptthree,handling=pure] \definefontsynonym[SerifBoldItalic] [\typescriptthree- \SerifTypefaceFeatures-AJensonPro-BoldIt] [encoding=\typescriptthree,handling=pure] \definefontsynonym[SerifCaps] [\typescriptthree- \SerifCapsTypefaceFeatures-AJensonPro-Regular] [encoding=\typescriptthree,handling=pure] \stoptypescript \definetypeface[jenny][rm][serif][JensonPro][default][encoding=texnansi] \setupalign[hanging] \setuptolerance[tolerant] \setupbodyfont[jenny,12pt] \def\compoundhyphen {\scale[sx=1.5]{-}} \starttext \startcolumns[n=2] \dorecurse{3}{\input tufte \par \input knuth \par} \stopcolumns \stoptext -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Adam T. Lindsay, Computing Dept. atl@comp.lancs.ac.uk Lancaster University, InfoLab21 +44(0)1524/510.514 Lancaster, LA1 4WA, UK Fax:+44(0)1524/510.492 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-