Search code examples
androidstring-formatting

Using Html.fromHtml to set custom Typeface


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?


Solution

  • Outdated. See other answers.


    No, there's no way to do so. You can take a look at the Html implementation. As you will see, the font tag supports size and color only.