I am drawing text on TCanvas using TextOut() but I need a different text color.
What can I do?
I am drawing text on TCanvas using TextOut() but I need a different text color.
What can I do?
Change the color of the canvas's Font
Canvas.Font.Color := <whatever>;