Implement font shadows for RichTextLabel
This commit is contained in:
parent
23fc8ca223
commit
1c6ea572ca
5 changed files with 65 additions and 19 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue