juce::AttributedString::WordWrap::none not working with JUCE8

Setting juce::AttributedString::WordWrap::none does not seem to be working with JUCE8.

Here’s a screenshot with JUCE 7.x and JUCE 8.x side by side running the same code. I see the note about wrapping in BREAKING_CHANGES.md - So is the idea here to set a very large width when creating juce::TextLayout(s) to achieve this moving forward?

Thanks, I can reproduce the issue. I believe this is a regression, and I’m currently investigating.

1 Like

Thanks for reporting this issue. There’s a fix out on the develop branch:

Looks good on our end here…


thanks @reuk