2007/8/20, Oliver Buerschaper <[EMAIL PROTECTED]>:
> > Somehow MetaFun doesn't recognize the larger body font size :-(
>
> By the way, font face changes aren't reflected either ...
>
> ---
>
> \usetypescript[palatino][\defaultencoding]
>
> \setupbodyfont[palatino,32pt]
>
>
> \starttext
>
> \input ward
>
> \startuseMPgraphic{test}
>         draw unitsquare scaled BodyFontSize;
>         draw textext.rt("Test");
>         draw btex \TeX etex xshifted 2*BodyFontSize;
> \stopuseMPgraphic
> \useMPgraphic{test}
>
> \stoptext

Did this work for you

\startMPenvironment
\usetypescript[palatino][texnansi]
\switchtobodyfont[palatino,20pt]
\stopMPenvironment

\usetypescript[palatino][texnansi]
\setupbodyfont[palatino,20pt]

\starttext
Text

\startuseMPgraphic
label("Text",origin) ;
\stopuseMPgraphic
\useMPgraphic
\stoptext

Wolfgang
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to