Lines Matching full:bold
657 you can add some simple styling, such as bold or italic using HTML notation.
658 The currently supported tags are: <code>B</code> (bold),
677 italic section, and bold section, and adding it to an EditText object. </p>
682 vw.setText("Italic, highlighted, bold.");
685 // vw.setText("Italic, highlighted, bold.", TextView.BufferType.SPANNABLE);
695 str.setSpan(new StyleSpan(android.graphics.Typeface.BOLD), 21, str.length() - 1, Spannable.SPAN_EXCLUSIVE_EXCLUSIVE);