Add get_content_width method

Adds a get_content_width method to RichTextLabel
This commit is contained in:
markdibarry
2022-02-09 15:02:46 -05:00
parent 2c28729122
commit 29c21ac590
3 changed files with 16 additions and 0 deletions
+6
View File
@@ -55,6 +55,12 @@
Returns the height of the content.
</description>
</method>
<method name="get_content_width" qualifiers="const">
<return type="int" />
<description>
Returns the width of the content.
</description>
</method>
<method name="get_line_count" qualifiers="const">
<return type="int" />
<description>