Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Core] Support for BREAK WORD wrapping modes #165

Open
SuadoCowboy opened this issue Jan 4, 2025 · 2 comments
Open

[Core] Support for BREAK WORD wrapping modes #165

SuadoCowboy opened this issue Jan 4, 2025 · 2 comments
Labels
enhancement New feature or request

Comments

@SuadoCowboy
Copy link

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.

@SuadoCowboy 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 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
@nicbarker
Copy link
Owner

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 🙂

@nicbarker nicbarker added the enhancement New feature or request label Jan 5, 2025
@SuadoCowboy
Copy link
Author

Oh ok. Thanks for telling me!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants