I have a multi-line NSTextField
and I need to set its font size so that when its content is short, it displays only on one line with a big font size,
but when it's content is longer, it splits to two lines and also shrinks its font size, so that the content will stay in its bounds.
I've looked at the solution provided in Get NSTextField contents to scale, but it doesn't work with multi-line fields.