-
Notifications
You must be signed in to change notification settings - Fork 11
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
Text Wrapping is Incorrect #17
Comments
I am currently not able to reproduce this issue. I believe it may have been fixed with 7115aa4, further investigating. Wrap 400Wrap 200Wrap 175
|
Hi there, Im TyberZann01. This is me version of generate batches: https://pastebin.com/gUMuV5h9 |
@TheEmperorE2 Thank you, I will look into this some more today! |
@TheEmperorE2 I was able to reproduce the issue. The solution seems a bit tricky. I will look into this some more when I have some more time.
Thanks |
Thx man. |
Description
If the text is using any special characters such as
!? etc
with spaces with the minimal amount of wrapping, the next line will include the space before the word. This is not a desirable outcome.Prerequisites
To Reproduce
Steps to reproduce the behavior:
Hello World! Hello World! Hello World! Hello World!
Expected behavior
The text should wrap at the desired wrap size and not have spaces in front of the first word on a new line.
Actual behavior
Text is not wrapping correctly and new lines start with a space in front. The space should be removed if on a new line.
Screenshots
Additional context
main.lua
file and run the scene.EX:
The text was updated successfully, but these errors were encountered: