Yue Wang schrieb:

You said that I can use something like \stretched{LETTER}.
How can I automatically adjust the spacing? (like add 0.25em space
between each characters).

The correct command \strechednormalcase, not \stretched.

You can set the kerning between chars with \stretchedspaceamount
and the space between words with \stretchedspacefactor.

\def\stretchedspacefactor{4}     % default value
\def\stretchedspaceamount{.25em} % default value

\starttext

This is a normal kerned sentence.

\stretchednormalcase{This is a special kerned sentence.}

\stoptext

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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to