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
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to