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, here's a similar example that works here:
 \definetypeface [MyFnt] [rm] [serif] [palatino] [default] 
                                                 [encoding=ec]
 \definetypeface [MyFnt] [mm] [math]  [palatino] [default] 
                                 [rscale=0.9,encoding=default]
 \definetypeface [MyFnt] [tt] [mono]  [courier] [default] 
                                      [rscale=0.5,encoding=ec]
 \setupbodyfont  [MyFnt]
\starttext
something $a+b$ here {\tt teeny text}
\stoptext

So, barring further analysis of your typescripts, rscale seems to work here...
-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 Adam T. Lindsay, Computing Dept.     [EMAIL PROTECTED]
 Lancaster University, InfoLab21        +44(0)1524/510.514
 Lancaster, LA1 4WA, UK             Fax:+44(0)1524/510.492
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

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

Reply via email to