27 Jun
2009
27 Jun
'09
8:14 a.m.
On Jun 27, 2009, at 4:56 AM, MaurĂ cio wrote:
This seems to be a small bug. This works well:
%%%%
\usetypescript[pagella] \usetypescript[chorus] \setupbodyfont[pagella,22pt] \starttext Text on body font. { \switchtobodyfont[chorus,21pt] Text on special typeface. } \stoptext
%%%%
However, if I either remove '21pt' from \switchtobodyfont or just change it to '22pt' (i.e., no change from body font size) I don't get text for the other font.
\starttypescript [serif] [default] [size] \definebodyfont [22pt] [rm] [default] \stoptypescript \usetypescript[pagella] \usetypescript[chorus] \setupbodyfont[pagella,22pt] \starttext Text on body font. { \switchtobodyfont[chorus] Text on special typeface. } \stoptext HTH Thomas