Hi,
I just ran into something strange with ligature blocking:
---------------------------------------------------------------------------------------
\blockligatures[begrif:fl:ich]
\definefontfeature[default][default][dlig=yes,liga=yes,]
\definefontfeature[default:block][default][blockligatures=yes]
\definefontfamily[times][rm][Times New Roman]
\definefontfamily[termes[rm][TeX Gyre Termes]
\starttext
\switchtobodyfont[times]
\definedfont[Serif*default]
begrifflich
\blank
\definedfont[Serif*default:block]
begrifflich
\switchtobodyfont[termes]
\definedfont[Serif*default]
begrifflich
\blank
\definedfont[Serif*default:block]
begrifflich
\stoptext
---------------------------------------------------------------------------------------
With «Times New Roman» I’m getting « begriff|lich» when blockligatures is activated. Does anyone know what’s going on there?
Best,
Denis