mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
[CTL] Add missing font outline drawing routines and theme constants.
This commit is contained in:
@@ -42,6 +42,9 @@
|
||||
<theme_item name="font_hover_pressed_color" type="Color" default="Color( 1, 1, 1, 1 )">
|
||||
The [CheckButton] text's font color when it's hovered and pressed.
|
||||
</theme_item>
|
||||
<theme_item name="font_outline_color" type="Color" default="Color( 1, 1, 1, 1 )">
|
||||
The tint of text outline of the [CheckButton].
|
||||
</theme_item>
|
||||
<theme_item name="font_pressed_color" type="Color" default="Color( 1, 1, 1, 1 )">
|
||||
The [CheckButton] text's font color when it's pressed.
|
||||
</theme_item>
|
||||
@@ -84,6 +87,9 @@
|
||||
<theme_item name="on_mirrored" type="Texture2D">
|
||||
The icon to display when the [CheckButton] is checked (for right-to-left layouts).
|
||||
</theme_item>
|
||||
<theme_item name="outline_size" type="int" default="0">
|
||||
The size of the text outline.
|
||||
</theme_item>
|
||||
<theme_item name="pressed" type="StyleBox">
|
||||
The [StyleBox] to display as a background when the [CheckButton] is pressed.
|
||||
</theme_item>
|
||||
|
||||
Reference in New Issue
Block a user