Hans Hagen wrote:
> Thomas A. Schmitz wrote:
> 
>> But still no joy: I don't get any kerning. Tried with all sorts of  
>> settings for script= and language=, but to no avail.
> 
> there is indeed aproblem with kerning, depends on the kind of lookup 
> (only the real complex contextual ones work); i'll fix it

i'm preparing a new upload that should fix it ...

\starttext

\setupcolors[state=start]

\definefontfeature
   [default-base]
   [script=dftl,language=dflt,liga=yes,kern=yes,tlig=yes,trep=yes]
\definefontfeature
   [default-node]
   [script=dftl,language=dflt,liga=yes,kern=yes,tlig=yes,trep=yes,mode=node]
\definefontfeature
   [default-none]
   [script=dftl,language=dflt,liga=yes,kern=no, tlig=yes,trep=yes]

\startoverlay
     {\vtop{\color[red]  {\font\test=name:lmroman12regular*default-node 
\test \input ward \input zapf \input linden }}}
     {\vtop{\color[green]{\font\test=name:lmroman12regular*default-base 
\test \input ward \input zapf \input linden }}}
     {\vtop{\color[blue] {\font\test=name:lmroman12regular*default-none 
\test \input ward \input zapf \input linden }}}
\stopoverlay

\blank

\startoverlay
     {\vtop{\color[red]  {\font\test=name:texgyrepagella*default-node 
\test \input ward \input zapf \input linden }}}
     {\vtop{\color[green]{\font\test=name:texgyrepagella*default-base 
\test \input ward \input zapf \input linden }}}
     {\vtop{\color[blue] {\font\test=name:texgyrepagella*default-none 
\test \input ward \input zapf \input linden }}}
\stopoverlay

\stoptext


-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                              | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
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