NSTextField auto resize the text in contains?
Does anyone know how to get a NSTextField to resize the text it contains when you are resizing the window?
Other items such as NSButton can be set to scale the contents so as you resize the window the items just scale with it. The NSTextField resizes properly but the text it contains does not, so what happens is as I make the window smaller than default the text just starts to get cut off. And if I make the window larger the text starts to look out of place because it doesn't grow with the window.
|