Re: [NTG-context] Arbitrary font size

2012-07-06 Thread Troy Henderson
Thank you.

Troy
___
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
___

[NTG-context] Arbitrary font size

2012-07-05 Thread 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.

Troy Henderson
___
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
___

Re: [NTG-context] Arbitrary font size

2012-07-05 Thread Wolfgang Schuster

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
___
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
___


Re: [NTG-context] Arbitrary font size

2012-07-05 Thread Khaled Hosny
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.
___
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
___