We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
seems the first word of the line is not affected for some unknown reason
The text was updated successfully, but these errors were encountered:
The issue seems to be coming from these lines, and only effects html5.
#if js // Legnth calculation wouldn't work properly if I haven't done this. if(character.text.isSpace(0)) textWidth += character.width + characterSpacingHack; else textWidth = innerText.textField.textWidth; #else textWidth = innerText.textField.textWidth; #end
when this if case is removed and it just left with the else, this all seems to work fine
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
seems the first word of the line is not affected for some unknown reason
The text was updated successfully, but these errors were encountered: