Quoting  "Adam Lindsay" :
> -- was [EMAIL PROTECTED] on Aug 31, 2005 at 04:44:35PM --

> Olivier said this at Wed, 31 Aug 2005 16:53:56 +0200:
> 
> >moreover the math font is
> >correctly rscaled) but the tt font isn't rscaled at all. 
> >Any idea where the issue might come from?
> 
> I suspect it's in your local specifics. As we don't have access to your
> rfont/mfont/tfont typescripts,


\starttypescript [mono] [my-officina] [texnansi] 
  \definefontsynonym [MY-Officina][texnansi-LIGA-KERN-OfficinaSerifStd-Book]
                                     [encoding=texnansi]
\stoptypescript

\starttypescript [mono] [my-officina] [name]
 \definefontsynonym [Mono]            [MY-Officina]
 \definefontsynonym [MonoBold]        [Mono]
 \definefontsynonym [MonoItalic]      [Mono]
 \definefontsynonym [MonoSlanted]     [Mono]
 \definefontsynonym [MonoBoldItalic]  [Mono]
 \definefontsynonym [MonoBoldSlanted] [Mono]
 \definefontsynonym [MonoCaps]        [Mono]
\stoptypescript

\starttypescript [MyFnt]
 \definetypeface [MyFnt] [rm] [serif] [rfont]
                        [default][encoding=ec]
 \definetypeface [MyFnt] [mm] [math]  [euler]
                        [default][rscale=0.99,encoding=default]
 \definetypeface [MyFnt] [tt] [mono]  [my-officina] 
                        [default][rscale=3,encoding=texnansi]
\stoptypescript

I used texfont to generate the fonts tfm, map file and vf via
        texfont --fo=. --ma --in --ve=linotype --co=officina
                                    --lcdf --pre --va=liga,kern

It's ok since I get the correct font, just it isn't rscaled.
THe mechanism seems to work well here however since the euler font is
correctly rscaled.

The information is all I put in the typescript for the tt font.

Thanks, 
Olivier





_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to