Is possible to add an inline style to substring? Right now, setStyle(String style) styles the whole control. Can we get a method like? ``` java setStyle(int from, int to, String style) ```
Is possible to add an inline style to substring? Right now, setStyle(String style) styles the whole control.
Can we get a method like?