ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Fwd: Fwd: Re: Fwd: Re: text width shadow background
       [not found] <7289fe76-3cd9-44ec-9b7a-1ac677c21981@gmail.com>
@ 2023-07-09 10:53 ` Keith McKay
  0 siblings, 0 replies; only message in thread
From: Keith McKay @ 2023-07-09 10:53 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 2223 bytes --]

Reduced size as requested.
Moderator please delete original message which was greater than 100k
Thanks
Keith McKay

-------- Forwarded Message --------
Subject: 	Re: [NTG-context] Re: Fwd: Re: text width shadow background
Date: 	Sat, 8 Jul 2023 14:14:38 +0100
From: 	Keith McKay <mckaymeister@gmail.com>
To: 	mailing list for ConTeXt users <ntg-context@ntg.nl>, Henning Hraban 
Ramm <texml@fiee.net>



I played about with the number of shadow layers and added a wee bit 
randomness which gave a nice effect. See the code below and the attached 
png.

Best Wishes

Keith

%%%%%%%%%%%

\startMPcode
steps := 30 ; % number of shadow layers
rulesize := BodyFontSize/steps/3;
for step = 1 upto steps:
draw lmt_outline [
text = "\bf\strut #1",
kind = "fillup",
fillcolor = "tshade",
rulethickness = (step*rulesize),
]randomized 3;
endfor;
draw lmt_outline [
text = "\bf\strut #1",
kind = "fillup",
fillcolor = "white",
rulethickness = 0,
];% yshifted (BodyFontSize*2/3); % TODO
\stopMPcode


On 08/07/2023 12:07, Henning Hraban Ramm wrote:
> Am 08.07.23 um 11:39 schrieb Hans Hagen via ntg-context:
>> On 7/8/2023 8:55 AM, Henning Hraban Ramm wrote:
>>> Please, can you explain why the result of lmt_outline is shifted to 
>>> the right, if I use it in a macro?
>>
>> no time now but you can do this instead of the lmt_text:
>>
>>      draw lmt_outline [
>>          text = "\bf\strut #1",
>>          kind = "fillup",
>>          fillcolor = "white",
>>          rulethickness = rulesize,
>>      ];
>>
>> (maybe spaces creep in due to loading font files / setups or so)
>
> Thank you!
> Yes, this works, and with rulethickness=0 it even looks like I wanted 
> it to.
>
> Hraban
>
> ___________________________________________________________________________________
> If your question is of interest to others as well, please add an entry to the Wiki!
>
> maillist :ntg-context@ntg.nl  /https://www.ntg.nl/mailman/listinfo/ntg-context
> webpage  :https://www.pragma-ade.nl  /http://context.aanhet.net
> archive  :https://bitbucket.org/phg/context-mirror/commits/
> wiki     :https://contextgarden.net
> ___________________________________________________________________________________

[-- Attachment #1.2: Type: text/html, Size: 5891 bytes --]

[-- Attachment #2: shadowEffect.png --]
[-- Type: image/png, Size: 84974 bytes --]

[-- Attachment #3: Type: text/plain, Size: 495 bytes --]

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

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : https://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-07-09 10:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <7289fe76-3cd9-44ec-9b7a-1ac677c21981@gmail.com>
2023-07-09 10:53 ` Fwd: Fwd: Re: Fwd: Re: text width shadow background Keith McKay

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).