On Tue, 12 Jul 2016, Fabrice Couvreur wrote:
this is more modern (the method, not the font):
How filling the number ?
\starttext \startMPpage draw outlinetext.d ("Hello") (withpen pencircle scaled 0.1bp withcolor red) ysized 60pt ; \stopMPpage \startMPpage draw outlinetext.f ("Hello") (withcolor 0.8*blue) ysized 60pt ; \stopMPpage \startMPpage draw outlinetext.b ("Hello") (withcolor 0.8*blue) (withpen pencircle scaled 0.1bp withcolor red) ysized 60pt ; \stopMPpage \startMPpage draw outlinetext.r ("Hello") (withcolor 0.8*blue) (withpen pencircle scaled 0.1bp withcolor red) ysized 60pt ; \stopMPpage \stoptext Aditya