Hi, graphictext still doesn't work as expected. I get a correct pdf with mkiv; with mkii the '1' is totally missing. Live ConTeXt currently fails in both cases (luatex 0.25.2 there). I have even some more problems with the desired font (Arial, T1), as mkiv creates a broken pdf here (mtxrun is aborted, when calling pstoedit). Looks like a different problem, but one step after the other. Greetings, Peter % -------- \useMPlibrary[txt] \setupcolors[state=start] \startMPenvironment[global] \usetypescriptfile[type-gyr] \usetypescript[palatino][texnansi] \setupbodyfont[palatino,10pt] \definefont [ONEfont] [Palatino at 40pt] \stopMPenvironment \startreusableMPgraphic{ONE} graphictext "\ONEfont 1" withdrawcolor blue withfillcolor black withpen pencircle scaled 1pt ; \stopreusableMPgraphic \starttext {\bf Bold} {\it Italic} {\bf\it BoldItalic} \useMPgraphic{ONE} \stoptext % --------