You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using raylib renderer and I noticed that all the text were wrapping except the one that didn't had space in it. I don't think it's a good idea to let it this way because for projects like mine that has user input.
The text was updated successfully, but these errors were encountered:
SuadoCowboy
changed the title
Text wrap doesn't wraps text that doesn't contain space
Text wrap doesn't wrap text that doesn't contain space
Jan 4, 2025
nicbarker
changed the title
Text wrap doesn't wrap text that doesn't contain space
[Core] Support for BREAK WORD wrapping modes
Jan 5, 2025
Hello, thanks for opening this one. Breaking words that don't have spaces in them is referred to as break-word in CSS, and it's a little bit of a can of worms. We definitely will implement something to handle this, but I'm not sure I have all the edge cases together just yet 🙂
I'm using raylib renderer and I noticed that all the text were wrapping except the one that didn't had space in it. I don't think it's a good idea to let it this way because for projects like mine that has user input.
The text was updated successfully, but these errors were encountered: