I got from a different Application a html formatted Text from user input. (With font b br ul and so on, different fonts and colors in one fragment )
I would like to write this on a canvas.
like context.write("<b>Hello</b> World <font...>more text </font>");
how can i do this?
<font>. – Juhana Apr 20 '12 at 11:52canvas? Are you going to manipulate it in some way? Otherwise you could just create adivwith the text in it and position it in front of your canvas. – robertc Apr 20 '12 at 11:58