At 11:25 17/08/2003 -0400, you wrote:
On Sunday 17 August 2003 09:18, Henning Hraban Ramm wrote:
> Digging deep... ;-)
>
> While playing with some freeware fonts by apostrophic labs,
> shy fonts et al., I recognized some limitations of ConTeXt's
> (or TeX's?) font mechanism. I know this was discussed earlier,
> but I can't remember/find and answer.

The primitive \font statement would in fact enable one to use a hundred
different variants if needed. But then they would have to be called
individually in each instance of use. Context as a family of synonyms
which allows for a finite number of different combinations. These could be
used as the  font names where applicable, which preserves the usual Context
mechanisms for switching fonts for the usual cases. For the unusual case
one would use the regular TeX font mechanism:

font\foo foobar at 10pt

\foo
Text...

...and so on.

I have felt for some time that the Context font mechanism required too much
work for too little result.  So I use it where feasable but don't feel guilty
about dipping back into the \font mechanism where necessary, such as for a
title page font.

But I am only a (perpetual) novice...

\definefont[MyFont][foobar at 10pt]


\MyFont bla bla

Hans
-------------------------------------------------------------------------
                                  Hans Hagen | PRAGMA ADE | [EMAIL PROTECTED]
                      Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com
-------------------------------------------------------------------------
                       information: http://www.pragma-ade.com/roadmap.pdf
                    documentation: http://www.pragma-ade.com/showcase.pdf
-------------------------------------------------------------------------

_______________________________________________
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to