Use multiple fonts in same label?

Is it possible to somehow assign colors/fonts etc to a specific span of characters in a label?

If you use bitmap font, then is possible.

1 Like

Yes as @gejza said. You cannot use LabelTTF or SystemFont to accomplish this.

Through RichText you can do it.
Check in cpp-test

2 Likes

I’ll check out RichText, thanks!