mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
[TextParagraph/Button] Add support for line spacing.
This commit is contained in:
@@ -1624,7 +1624,7 @@
|
||||
The caret's width in pixels. Greater values can be used to improve accessibility by ensuring the caret is easily visible, or to ensure consistency with a large font size. If set to [code]0[/code] or lower, the caret width is automatically set to 1 pixel and multiplied by the display scaling factor.
|
||||
</theme_item>
|
||||
<theme_item name="line_spacing" data_type="constant" type="int" default="4">
|
||||
Sets the spacing between the lines.
|
||||
Additional vertical spacing between lines (in pixels), spacing is added to line descent. This value can be negative.
|
||||
</theme_item>
|
||||
<theme_item name="outline_size" data_type="constant" type="int" default="0">
|
||||
The size of the text outline.
|
||||
|
||||
Reference in New Issue
Block a user