 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Graham Murt Guest
|
Posted: Wed Jul 23, 2003 9:28 am Post subject: Re: How can I draw Outlined text? |
|
|
Hi Bednarik,
| Quote: | How can I draw outlined text (or text with colored outline)?
|
You will need to use "Paths" (look in the API help under "paths)
You will need to use something like...
Canvas.Font.Size := 50;
Canvas.Font.Name := 'Arial';
BeginPath(Canvas.Handle);
SetBkMode(Canvas.Handle, TRANSPARENT);
Canvas.TextOut(20, 20, 'Outlined Text');
EndPath(Canvas.Handle);
StrokePath(Canvas.Handle);
--
GmPrintSuite Print & Print Preview Components
http://www.murtsoft.co.uk/
"Bednarik Boldizsar" <beginner (AT) eunet (DOT) yu> wrote
| Quote: | How can I draw outlined text (or text with colored outline)?
|
|
|
| Back to top |
|
 |
Ignacio Vazquez Guest
|
Posted: Wed Jul 23, 2003 1:20 pm Post subject: Re: How can I draw Outlined text? |
|
|
"Bednarik Boldizsar" <beginner (AT) eunet (DOT) yu> wrote
| Quote: | How can I draw outlined text (or text with colored outline)?
|
I have a component that can draw outlined text. Is that a real address?
Cheers,
Ignacio
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|