Is it possible to pass Html to Canvas.drawtext()
.
I tried this:
canvas.drawText(Html.fromHtml("This is an <u>underline</u> text demo for TextView."), 0, 20, colIndex, rowIndex, getTextPaint());
But that cannot parse tags and not show correctly.
Thanks in advance.