Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Split words on more characters in text flow container
- Closes ppy/osu#10085 - Closes ppy/osu#14837 I'm not really considering the performance implications of this, just looking to get a baseline more-correct behaviour in place. The change is basically a best-effort heuristic, although I did use a slightly smarter split method for CJK to attempt to ensure no hanging punctuation.
- Loading branch information