For instance, if I have a label:
Blah blah bladity blah
I want the first 10% of this label, such that the font color should be red, and the rest should be green.
This perhaps means it would color the Bl and PART of the a. Basically pixel-wise font coloring instead of character-wise. Is this possible and how would is be accomplished?
Yeah, it would be like this:
In order to not have the gradient effect, you need to set both
Offsetto the same value.Note: In this font size (standard, nothing changed) the “B” and “l” are red and only a small sliver of “a” is. But the “0.1” in
Offsetmeans 10%, so you can either decrease font size or change theOffsetvalue.