![](https://secure.gravatar.com/avatar/c5ae4f9aa0d3a9bd5376e92b322c3e50.jpg?s=120&d=mm&r=g)
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