diff options
author | Rémi Verschelde <remi@verschelde.fr> | 2021-03-29 17:07:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-29 17:07:38 +0200 |
commit | c6ff6707a4c137eef1e5c6c18465ac584c9d9e16 (patch) | |
tree | 753d1b39546274f26c489df18051051872b4e5dd /doc/classes | |
parent | aba03110ba73fc1dc1dd0e00b85dbd605154fcb5 (diff) | |
parent | 9f4893c70bced295cfdfd9536dcb5b242629607a (diff) |
Merge pull request #47457 from bruvzg/rtl_spacing
RichTextLabel: fix font extra spacing and style box size usage.
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/TextParagraph.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/classes/TextParagraph.xml b/doc/classes/TextParagraph.xml index 69bf823ccd..8df53b8423 100644 --- a/doc/classes/TextParagraph.xml +++ b/doc/classes/TextParagraph.xml @@ -289,6 +289,20 @@ Returns the size of the bounding box of the paragraph. </description> </method> + <method name="get_spacing_bottom" qualifiers="const"> + <return type="int"> + </return> + <description> + Returns extra spacing at the bottom of the line. See [member Font.extra_spacing_bottom]. + </description> + </method> + <method name="get_spacing_top" qualifiers="const"> + <return type="int"> + </return> + <description> + Returns extra spacing at the top of the line. See [member Font.extra_spacing_top]. + </description> + </method> <method name="hit_test" qualifiers="const"> <return type="int"> </return> |