I have many places in my code where i call newText with a width parameter and without a height parameter so that I get multi-line wrapped text.
On tvOS, the text is cropping and not wrapping. If I set the height parameter, the wrapping works, but then my y coordinates are off.
Bug or behavior?