·
> ·
>
> > Hi all,
> >
> > I want to set the font size by using the dimension variable, but it doesn't
> > work. What am I doing wrong?
> >
> > \definemeasure[AAA][20pt]
> > \newdimen\BBB \BBB=20pt
> >
> > \starttext
> > TEXT
> >
> > % don't work
> > \switchtobodyfont[\measu
·
> Hi all,
>
> I want to set the font size by using the dimension variable, but it doesn't
> work. What am I doing wrong?
>
> \definemeasure[AAA][20pt]
> \newdimen\BBB \BBB=20pt
>
> \starttext
> TEXT
>
> % don't work
> \switchtobodyfont[\measure{AAA}]
> AAA
>
> % don't work
> \switc