is it possible to define \tfxxx and \tfxxxx?
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, Pablo -- http://www.ousia.tk
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
On 23/07/12 09:01, Wolfgang Schuster wrote:
Am 22.07.2012 um 13:58 schrieb Pablo Rodríguez:
[...] 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] [...]
Many thanks for your help, Wolfgang. Pablo -- http://www.ousia.tk
participants (2)
-
Pablo Rodríguez
-
Wolfgang Schuster