-
-
Notifications
You must be signed in to change notification settings - Fork 21.5k
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
RichTextLabel bbcode support evaluation #21488
Comments
There's already an issue about setting the font size in a RichTextLabel: #5557 Text in RichTextLabel is currently left-aligned by default, but I agree the default alignment should be configurable. If this is implemented, then a As for preformatted text, RichTextLabel already supports |
@Calinou I updated the list with the issue reference. I've seen that it is left aligned by default, but at least on their example it acts like a line break, which in that case make sense. The difference between |
In 4.0, the
RichTextLabel does not interfere with whitespace in any way, unlike HTML in general (which is why |
Godot version:
v3.0.6
I've experienced some issues with RTL such as #21482 and #21285 and I decided to evaluate bbcode's full support against the official tags reference.
So far I couldn't find support for the following (names from the official reference):
title
andalt
3, 5 and 7 probably aren't something that need to be implemented on a platform like Godot. But the others could be quite handy.
The only available reference on Godot's documentation doesn't clearly state if more tags are supported. For example lists and tables are supported, yet they aren't there.
I thought this situation could be discussed and maybe get some of this implemented.
Maybe this issue could also be used to group the other RTL's issues and make them easier to work on.
The text was updated successfully, but these errors were encountered: