mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
Document [bgcolor] and [fgcolor] BBCodes
This commit is contained in:
@@ -181,6 +181,16 @@ Reference
|
||||
|
||||
- ``[color={code/name}]{text}[/color]``
|
||||
|
||||
* - | **bgcolor**
|
||||
| Draws the color behind ``{text}``. Accepts same values as the ``color`` tag.
|
||||
|
||||
- ``[bgcolor={code/name}]{text}[/bgcolor]``
|
||||
|
||||
* - | **fgcolor**
|
||||
| Draws the color in front of ``{text}``. Accepts same values as the ``color`` tag.
|
||||
|
||||
- ``[fgcolor={code/name}]{text}[/fgcolor]``
|
||||
|
||||
* - | **outline_size**
|
||||
| Use custom font outline size for ``{text}``.
|
||||
|
||||
@@ -191,7 +201,7 @@ Reference
|
||||
* - | **outline_color**
|
||||
| Use custom outline color for ``{text}``. Accepts same values as the ``color`` tag.
|
||||
|
||||
- | ``[outline_color={color}]``
|
||||
- | ``[outline_color={code/name}]``
|
||||
| ``{text}``
|
||||
| ``[/outline_color]``
|
||||
|
||||
|
||||
Reference in New Issue
Block a user