(CharSequence text, LabelStyle style)
| 47 | } |
| 48 | |
| 49 | private static CharSequence append(CharSequence text, LabelStyle style) { |
| 50 | return ((FreeBitmapFont) style.font).appendTextPro(text.toString()); |
| 51 | } |
| 52 | |
| 53 | public void setText(CharSequence newText) { |
| 54 | super.setText(append(newText, getStyle())); |
no test coverage detected