Hi there, normally I use simplefont, with protrusion and typescript. But Simplefont does not recognize the regular, italic, and bold of AdobeGaramondPro correctly by default. So I tried to work with a typescript definition, and it works - with the exception of hanging (and protrusion?). This is my example: +++++++++++++++++++++++ \enableregime[utf] \starttypescript [serif] [nimbus] \definefontsynonym [Serif] [file:AGaramondPro-Regular.otf] \definefontsynonym [SerifBold] [file:AGaramondPro-Bold.otf] \definefontsynonym [SerifItalic] [file:AGaramondPro-Italic.otf] \definefontsynonym [SerifBoldItalic] [file:AGaramondPro-BoldItalic.otf] \stoptypescript \definetypeface [nimbus] [rm] [serif] [nimbus] \definefontfeature [default] [default] [protrusion=quality,expansion=quality] \setupalign[hz,hanging] \setupbodyfont[nimbus,rm,12pt] \starttext \input tufte \stoptext +++++++++++++++++++++ The Font is correctly used by ConText, but no hanging is applied. How to achieve that? Thanks. Huseyin