Multi-styling for an individual label (like HTML)
-
It would be great to have multiple styling for an individual label, such as HTML provides:
<span style="color:blue"><b>User</b></span>: Hello world
Currently I have to spawn in 2 labels instead of 1 due to the lack of feature.
For example, I want my label to look like this:
User: Hello worldWhere the "User" part of the label would be bold and a different color, and the rest would be regular white text.
-
This would be a good idea, I like it! It's makes it so less objects are used to make a text, and along that, we can make some text a different color and style, yet that's only one text object. :) It makes things much easier.