Board index » delphi » How to draw Transparent text a canvas.

How to draw Transparent text a canvas.

I like to draw text with a transparent background to a canvas. Until now
i only was able to print the text in a white box.

 

Re:How to draw Transparent text a canvas.


Hallo,....
try
      Canvas.brush.style := bsClear;

Achim

Harold Oudshoorn schrieb in Nachricht <34EB0C0A.682A7...@iname.com>...

Quote
>I like to draw text with a transparent background to a canvas. Until now
>i only was able to print the text in a white box.

Re:How to draw Transparent text a canvas.


SetTextMode(Canvas.Handle, TRANSPARENT). It is a function of the
Windows API.

Other Threads