in 2.7 I had a font I re-scaled as needed for different sized labels. In 3.0 I understand I'm suppose to leave scale alone and use dimensions instead, sounds cool
However, now the only way I can change the font size is with overflow to Shrink Content or by using scale. With Shrink Content it is hard for me to maintain consistent font sizes with different width labels throughout my GUI.
Is it okay to just use scale in this context or I am using UILabel wrong?