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