Hi, is it possible to draw text with different colors combined on the same character? See the image for example. The use case is that I have letters/digits drawn around, on a
Surface
, but there are “moving particles” of different shapes and colors. Currently, my text has
onSurface
color, which not always has the best readability, due to the color of “movin particle” being too dark. Is there a way to do it? I’ve been thinking of creating a blue circle, then the white (or other suitable color) letter in the position, then somehow clipping the letter and atop of that drawing the dark “rest of the letter”, but it seems rather complicated. Thanks! (also, please excuse my artistic skills)
s
Siyamed
09/17/2022, 5:31 PM
Not sure if portersuff would work, it might
Siyamed
09/17/2022, 5:32 PM
At Worst the following might work
Black text, blue circle, canvas clip to circle + white text