Dear all, I'm trying to enable protrusion on a text composed with a ttf font (tried otf converted from ttf as well) and using the simplefont module. We have tried different things but did not see any difference in the results. Our context version is 2011.07.20 14:10 The full context code is visible here: http://dpaste.com/574351/ The relevant chunk is this: % USING SIMPLEFONT: FAILS % %\usemodule[simplefonts][protrusion=quality,expansion=quality] %\setmainfont[umepmincho] % USING TYPESCRIPT: FAILS TOO % \starttypescript [serif] [umepmincho] \definefontsynonym [Serif] [name:umepmincho] \stoptypescript \definetypeface [umepmincho] [rm] [serif] [umepmincho] \definefontfeature[default][default][expansion=quality,protrusion=quality] \setupalign[hz,hanging] \setupbodyfont[umepmincho, 10pt] \definebodyfontenvironment[default][x=0.75 ,a=1.5, b=1.75, c=2,d=3.4] % defines higher sizes of fonts Is there a way to make it work? Thanks! Alex