Hi everyone. I'm building the following UI. Currently the smaller text is being drawn with canvas (since it's on tope of another drawn component), but the bigger text its just a Text. I'm wondering, how do I recreate an effect like this? Note that the smaller text its hidden while it touches the bigger one, but the background is visible. I was thinking if BlendMode would help, but no success by now. Thanks