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. Kind regards, David
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, \usetypescript[serif][hanging][pure] (see type-exa for other variants) load your jensen pro definitions (i don't have that font, otherwise it would have be part of type-buy.tex) and \setupalign[hanging] Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
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 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
On Apr 22, 2005, at 1:56 PM, Adam Lindsay wrote:
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.
Excellent, for me too. Thanks again, David
participants (3)
-
Adam Lindsay
-
David Wooten
-
Hans Hagen