Question

I am drawing text on TCanvas using TextOut() but I want bigger fonts.

What can I do?

Was it helpful?

Solution

try this one

Canvas.Font.Size := <set your size>;
Canvas.TextOut(0,0,'Sample Text');
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top