On Sun, Jul 22, 2012 at 10:15 PM, Peter Münster wrote: > Hi, > > Test file: > > --8<---------------cut here---------------start------------->8--- > \usemodule[simplefonts] > \setmainfont > [callig15] % from > http://www.ctan.org/tex-archive/fonts/calligra-type1/ > [size=24pt] % does not work > \setupbodyfont[24pt] % workaround > \starttext > \input tufte > \stoptext > --8<---------------cut here---------------end--------------->8--- > > No real problem, thanks to the workaround. > > -- > Peter > > ___________________________________________________________________________________ > 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 : http://foundry.supelec.fr/projects/contextrev/ > wiki : http://contextgarden.net > > ___________________________________________________________________________________ > \usemodule[simplefonts] \setupsimplefonts[size=24pt] \setmainfont[callig15] \starttext \input tufte \stoptext or, given that default size is 12pt, \usemodule[simplefonts] \setmainfont[callig15] \setmainfont[callig15][scale=2] \starttext \input tufte \stoptext -- luigi