Open dwjclark11 opened 8 hours ago
I am currently not able to reproduce this issue. I believe it may have been fixed with 7115aa4, further investigating.
Hi there, Im TyberZann01. I using JoystixMonospace-Regular.ttf font. Font Size 32.0f px Padding: 4.0f or 0.0f I dont make that typo https://github.com/dwjclark11/Scion2D/commit/7115aa4a31514230f341b13aa406dfe1061ef107 and checked the latest version of this file.
This is me version of generate batches: https://pastebin.com/gUMuV5h9
@TheEmperorE2 Thank you, I will look into this some more today!
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: