ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* OpenType, Jenson, handling
@ 2005-04-22 16:40 David Wooten
  2005-04-22 18:36 ` Hans Hagen
  0 siblings, 1 reply; 4+ messages in thread
From: David Wooten @ 2005-04-22 16:40 UTC (permalink / raw)


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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: OpenType, Jenson, handling
  2005-04-22 16:40 OpenType, Jenson, handling David Wooten
@ 2005-04-22 18:36 ` Hans Hagen
  2005-04-22 20:56   ` Adam Lindsay
  0 siblings, 1 reply; 4+ messages in thread
From: Hans Hagen @ 2005-04-22 18:36 UTC (permalink / raw)


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
-----------------------------------------------------------------

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: OpenType, Jenson, handling
  2005-04-22 18:36 ` Hans Hagen
@ 2005-04-22 20:56   ` Adam Lindsay
  2005-04-23 18:43     ` David Wooten
  0 siblings, 1 reply; 4+ messages in thread
From: Adam Lindsay @ 2005-04-22 20:56 UTC (permalink / raw)


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
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: OpenType, Jenson, handling
  2005-04-22 20:56   ` Adam Lindsay
@ 2005-04-23 18:43     ` David Wooten
  0 siblings, 0 replies; 4+ messages in thread
From: David Wooten @ 2005-04-23 18:43 UTC (permalink / raw)



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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-04-23 18:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-04-22 16:40 OpenType, Jenson, handling David Wooten
2005-04-22 18:36 ` Hans Hagen
2005-04-22 20:56   ` Adam Lindsay
2005-04-23 18:43     ` David Wooten

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).