diff options
| author | Max Hilbrunner | 2018-05-05 07:01:04 +0200 |
|---|---|---|
| committer | GitHub | 2018-05-05 07:01:04 +0200 |
| commit | fc9fad925b7e406729748660d9079011cb40a96b (patch) | |
| tree | 8a7c486693cf89c0896da7d8164a180c46b9bccb /doc/classes | |
| parent | eec38da856686ea13b1373958b5e2d38edcc8dbf (diff) | |
| parent | 1c6ea572ca818562fba51a01e08345d3657142c9 (diff) | |
| download | godot-fc9fad925b7e406729748660d9079011cb40a96b.tar.gz godot-fc9fad925b7e406729748660d9079011cb40a96b.tar.zst godot-fc9fad925b7e406729748660d9079011cb40a96b.zip | |
Merge pull request #18146 from mjtorn/gh-mjtorn-rtl-shadow
Implement font shadows for RichTextLabel
Diffstat (limited to 'doc/classes')
| -rw-r--r-- | doc/classes/RichTextLabel.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/classes/RichTextLabel.xml b/doc/classes/RichTextLabel.xml index 49bb1aed4..99d3a9a45 100644 --- a/doc/classes/RichTextLabel.xml +++ b/doc/classes/RichTextLabel.xml @@ -319,6 +319,14 @@ </theme_item> <theme_item name="font_color_selected" type="Color"> </theme_item> + <theme_item name="font_color_shadow" type="Color"> + </theme_item> + <theme_item name="shadow_as_outline" type="int"> + </theme_item> + <theme_item name="shadow_offset_x" type="int"> + </theme_item> + <theme_item name="shadow_offset_y" type="int"> + </theme_item> <theme_item name="italics_font" type="Font"> </theme_item> <theme_item name="line_separation" type="int"> |
