Hi, I would like to display a text (especially letters) on my canvas. The idea is that every time you call the oncliklistener of the view, a letter is displayed on the screen.
I've seen that it might work with 'Canvas.drawText' Any ideas?
Hi, I would like to display a text (especially letters) on my canvas. The idea is that every time you call the oncliklistener of the view, a letter is displayed on the screen.
I've seen that it might work with 'Canvas.drawText' Any ideas?
Is that what you're looking for? with the method
fillText()
With the method
drawText()
you mentioned: