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>;
Also You can change canvas style
Canvas.Brush.Style := bsClear;
© 2022 - 2024 — McMap. All rights reserved.