I have a tooltip which is a canvas element - Panel.
It has a text element as a child.
Inside of the text element there are 5 child elements that represent 5 numbers.
When i change resolution of the Game windows, the text doesn’t scale proportionally to the background panel element, resulting in text being too small or too big and overflowing. Also, those 5 numbers no longer align.
I also don’t want the text to clamp to multiple lines, but strech pixel by pixel with the background.
How can i setup it properly?