문제

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;
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top