I have a card game which I distort the card's width and height when I interact with it. The text is also distorting a bit but It doesn't quite follow the exact same amount of distortion of the card. I'm using spritefont and It gets jiggly too, It doesn't shrink or increase smoothly as the sprite. I tried to use drawing canvas for the text part but the text can change while being distorted so I can't use drawing canvas since It takes a few ticks to update and because of that I see a blink of the old position and size.
Is there a way of distorting text as smooth as a sprite in construct? It always has been a struggle for me.