I would like to know if there is a command like \tfn{0.9} which would allow the user to specify an arbitrary font scale factor since the built-in \tfa, \tfb, \tfc, \tfd, \tfx, and \tfxx are insufficient for one of my projects. Troy Henderson
Am 06.07.2012 um 01:34 schrieb Troy Henderson:
I would like to know if there is a command like \tfn{0.9} which would allow the user to specify an arbitrary font scale factor since the built-in \tfa, \tfb, \tfc, \tfd, \tfx, and \tfxx are insufficient for one of my projects.
\definefontsize[n] \definebodyfontenvironment[default][n=0.9] \starttext Normal {\tfa Size A} {\tfb Size B} {\tfn Size N} \stoptext You can also change the scale values for \tfa, \tfb etc. with \setupbodyfontenvironment[default][a=…,b=…,…] Wolfgang
On Thu, Jul 05, 2012 at 06:34:40PM -0500, Troy Henderson wrote:
I would like to know if there is a command like \tfn{0.9} which would allow the user to specify an arbitrary font scale factor since the built-in \tfa, \tfb, \ tfc, \tfd, \tfx, and \tfxx are insufficient for one of my projects.
For one time uses, I use \definedfont[Serif sa 5] etc.
participants (3)
-
Khaled Hosny
-
Troy Henderson
-
Wolfgang Schuster