When dragging a Label into .xib file in Xcode, I noticed two "sizes": Font size of the label text and the size of the NSTextField instance itself.
If I want to display the text in different font size (for example, from "Lucida Grande 13" to "Lucida Grande 40"), in what way could I know by what size of NSTextField rectangle can JUST fit the text in specified font configuration?
Furthermore, are the ways different between iOS and OS X programming?