1. outlined font

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.

new topic     » topic index » view message » categorize

2. Re: outlined font

You could probably do something like:

BeginPath(...)
TextOut(...)
StrokeAndFillPath(...)
EndPath(...)

See MSDN for a description of these functions.

new topic     » goto parent     » topic index » view message » categorize

3. Re: outlined font

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!
>

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu