How to Draw TextView on Canvas in android..?
We have Canvas.DrawBitmap()
, Canvas.drawText()
. Do we have any Method in Canvas which takes TextView as a parameter or any other method to display TextView on Canvas?
Actually, I have a alphabet in TextView and I have to make drawing on that alphabet which is in canvas.
Please suggest anything....Thanks for your cooperation