Hello,

I am trying to get a label to autoresize when the font size increases. The label will increase and decrease in size but it resize from the top, left corner of the label (sort of like it's anchor point).

Is there a way to have the label resize from the center sort of like the textalign center property of a text box where the text is always centered?

I tried using a text box instead of a label but it would only resize vertically when I changed the font size.

Thanks!