From 29c21ac5904e212c5837dc39a70d6fa9da6f8bd1 Mon Sep 17 00:00:00 2001 From: markdibarry Date: Wed, 9 Feb 2022 15:02:46 -0500 Subject: Add get_content_width method Adds a get_content_width method to RichTextLabel --- doc/classes/RichTextLabel.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc/classes') diff --git a/doc/classes/RichTextLabel.xml b/doc/classes/RichTextLabel.xml index 95dffd3e28..6a2812bb93 100644 --- a/doc/classes/RichTextLabel.xml +++ b/doc/classes/RichTextLabel.xml @@ -55,6 +55,12 @@ Returns the height of the content. + + + + Returns the width of the content. + + -- cgit v1.2.3