-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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 rendering: Line wrapping bugs with Thai language #10217
Comments
The first part of the problem (inadvertent extra line break) appeared in #9773 somewhere. As for the second part, that one's a bit baffling - Android only. |
Sounds like we're not breaking it up by line there properly? -[Unknown] |
On Windows we don't need to, we just tell it to render the whole thing, lines and all. But in this case it goes wrong somehow, it decides to linebreak earlier than needed? On Android it seems to be different. https://stackoverflow.com/questions/6756975/draw-multi-line-text-to-canvas |
Fixes the non-Android part of hrydgard#10217.
Fixes the Android part of hrydgard#10217. Not sure if the line height calculation is ideal but it's visually fine.
Fixes the non-Android part of hrydgard#10217.
Fixes the Android part of hrydgard#10217. Not sure if the line height calculation is ideal but it's visually fine.
Details in hrydgard/ppsspp-lang#629 , making an issue here too so it's harder to miss as it's not a translation issue but a text rendering issue.
The text was updated successfully, but these errors were encountered: