-------- Forwarded Message --------
Subject: Re: [NTG-context] Re: how to apply gradient color to a piece of text?
Date: Sun, 7 Apr 2024 19:05:13 +0200
From: Hans Hagen <j.ha...@xs4all.nl>
To: Keith McKay <mckaymeis...@gmail.com>

On 4/7/2024 6:56 PM, Keith McKay wrote:
Not for me either. I used it somewhere so I'll need to look back in my files.

\startMPpage
    picture tt ; tt := lmt_outline [
        kind = "fillup",
        text = "\definedfont[name:texgyrepagellabold*default]foo f o o",
    ] xsized 12cm ;

    path bb ; bb := boundingbox tt ;
    path pp ; pp := bb enlarged 2cm ;

    fill pp
        withshademethod "linear"
        withshadedirection down
        withshadecolors (red, blue) ;

    draw tt withcolor green ;
\stopMPpage

no need to loop over tt



-----------------------------------------------------------------
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
       tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
-----------------------------------------------------------------

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / 
https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki     : https://wiki.contextgarden.net
___________________________________________________________________________________

Reply via email to