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