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
Godot version: v3.0.6
OS/device including version: Archlinux
Issue description: I'm getting different behaviors on Label and RichTextLabel regarding auto-wrapping and spacing.
This is the output I'm getting, as you can see the RTL isn't handling it the same way. This is caused by the space that follows the hyphen.
There's no difference when RTL bbcode is enabled.
I've found #3081 which marks #1848 as done, but I'm not sure it's the same issue.
Steps to reproduce: Add a RichTextLabel to your scene and set this text: - 你是个乐观主义者,你制定的计划永远会关注产出和利益,不过也千万记得关注风险与劣势,这样才能让你提高成功几率;
- 你是个乐观主义者,你制定的计划永远会关注产出和利益,不过也千万记得关注风险与劣势,这样才能让你提高成功几率;
Minimal reproduction project: There's an official RichTextLabel demo that could be used as a playground.
Edit: As a workaround I've found that with other whitespace characters this isn't happening. For example with: U+2002.
U+2002
The text was updated successfully, but these errors were encountered:
This will be probably fixed by Complex Text Layout PRs.
Sorry, something went wrong.
Fixed by Complex Text Layouts in 4.0, and fixed by #49280 in 3.4.
bruvzg
No branches or pull requests
Godot version:
v3.0.6
OS/device including version:
Archlinux
Issue description:
I'm getting different behaviors on Label and RichTextLabel regarding auto-wrapping and spacing.
This is the output I'm getting, as you can see the RTL isn't handling it the same way. This is caused by the space that follows the hyphen.
There's no difference when RTL bbcode is enabled.
I've found #3081 which marks #1848 as done, but I'm not sure it's the same issue.
Steps to reproduce:
Add a RichTextLabel to your scene and set this text:
- 你是个乐观主义者,你制定的计划永远会关注产出和利益,不过也千万记得关注风险与劣势,这样才能让你提高成功几率;
Minimal reproduction project:
There's an official RichTextLabel demo that could be used as a playground.
Edit: As a workaround I've found that with other whitespace characters this isn't happening. For example with:
U+2002
.The text was updated successfully, but these errors were encountered: