Individual Label Characters Formatting
- 
 Sometimes I want to create one label, and each, or multiple characters having different formatting, e.g. color. I need to create individual labels that just hold that certain character with the formatting I want. However, I think being able to individually format characters in just one label would be far more ideal. 
- 
 @Kamdroid I’d like this too. 
- 
 Python has a (console-dependant) string formatting system that can be used with negligible performance loss by editing the string itself, then shipping it off to the text display. @administrators, if you need it, I can post the script here. It’s easy to read, but probably wouldn’t work on iOS, being an example of what is requested here. On a completely unrelated note, if C++ or Swift support something similar, would it be reflected on an iPad? 

