1. outlined font
- Posted by tone.skoda at gmx.net Jan 27, 2003
- 416 views
How can I draw text with white color and each letter outlined with black. I want also to be able to change font thickness, size, font type and both colors (black and white). I tried to draw a bigger and thicker letter with black and on top of it a letter with white color and thiner but it didn't work too good. I'm trying to make subtitles displayer.
2. Re: outlined font
- Posted by stabmaster_ at hotmail.com Jan 27, 2003
- 417 views
You could probably do something like: BeginPath(...) TextOut(...) StrokeAndFillPath(...) EndPath(...) See MSDN for a description of these functions.
3. Re: outlined font
- Posted by tone.skoda at gmx.net Jan 28, 2003
- 431 views
Thanks for the tip. I think this will work OK. ----- Original Message ----- From: <stabmaster_ at hotmail.com> To: "EUforum" <EUforum at topica.com> Subject: Re: outlined font > > You could probably do something like: > > BeginPath(...) > TextOut(...) > StrokeAndFillPath(...) > EndPath(...) > > See MSDN for a description of these functions. > > > > TOPICA - Start your own email discussion group. FREE! >