Re: drawing outline text
Re: drawing outline text
- Subject: Re: drawing outline text
- From: Chris Meyer <email@hidden>
- Date: Thu, 28 Jun 2001 11:04:30 -0700
Just for the record:
I solved this by drawing my text FIVE times.
Four times in white, each offset by 1 pixel in one of the cardinal
directions (1,0), (-1,0), (0,1), and (0,-1).
One time in black, at (0,0).
Not the most efficient but it gives pretty good results of making
text visible on top of ANY image!