Re: [NTG-context] Setup font size by dimension variable

2013-08-04 Thread Philipp Gesang
· > · > > > 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

Re: [NTG-context] Setup font size by dimension variable

2013-08-04 Thread Philipp Gesang
· > 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