I wanted to put a text over a picture, but when I used Canvas.TextOut, there was a white square block around the text. I tried to look for anything about transparency or something like that but unable to find any. Can anyone help?
Run: Canvas.Brush.Style:= bsClear;Before Canvas.TextOut.
Wonder why they put it with brushstyle, though
Quote from: PunyDog on April 18, 2023, 09:35:37 amWonder why they put it with brushstyle, though Well, I think it's quite logical. Brush defines the fill of the background. Why shouldn't this apply to the text as well?