Am 22.07.2012 um 13:58 schrieb Pablo RodrÃguez:
Hi there,
after reading the reference manual on font switches, I still have a question.
For my presentation I need to use a default higher font size:
\usemodule[simplefonts][size=30pt]
But given that \tfx and \tfxx scale the font to 0.8 and 0.6, I would need to scale the font also to 0.4 and 0.2 (at least to 0.4).
Is there any way to define the \tfxxx?
Many thanks for your help,
\definefontsize[xxx] \definefontsize[xxxx] \setupbodyfontenvironment [default] [xxx=0.4,xxxx=0.2] \definebodyfontenvironment[40pt] \setupbodyfont[40pt] \starttext Normal {\tfx X} {\tfxx XX} {\tfxxx XXX} {\tfxxxx XXXX} {\definedfont[Regular sa 1]1} {\definedfont[Regular sa 0.5]1/2} {\definedfont[Regular sa 0.33]1/3} \stoptext Wolfgang