I have the following:
textView.setText(Html.fromHtml(\"Hello\"));
The string \'H
Sergey Gotov is right. The only way to change text size it to use h1 - h6 tags.
h1
h6
EDIT: You can also implement TagHandler and use your own tags.
TagHandler