I found this list of HTML-Tags that are (supposedly) supported for HTML.fromHtml to create a Spanned-Text:
http://commonsware.com/blog/Android/2010/05/26/html-tags-supported-by-textview.html
Now is there ANY way to set a custom Typeface with the Font-Tag?
Outdated. See other answers.
No, there’s no way to do so. You can take a look at the
Htmlimplementation. As you will see, thefonttag supportssizeandcoloronly.