From 9f4893c70bced295cfdfd9536dcb5b242629607a Mon Sep 17 00:00:00 2001 From: bruvzg <7645683+bruvzg@users.noreply.github.com> Date: Mon, 29 Mar 2021 17:26:53 +0300 Subject: Use extra font spacing in the RichTextLabel line height calculation, and stylebox size in the minimum size calculation. --- doc/classes/TextParagraph.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'doc/classes') 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. + + + + + Returns extra spacing at the bottom of the line. See [member Font.extra_spacing_bottom]. + + + + + + + Returns extra spacing at the top of the line. See [member Font.extra_spacing_top]. + + -- cgit v1.2.3