RichTextLabel, doc: Added new method to get total content height

This commit is contained in:
Oliver Gutierrez
2018-04-11 14:53:13 +01:00
parent d87307d850
commit 63a472aea4
3 changed files with 19 additions and 3 deletions
+7
View File
@@ -75,6 +75,13 @@
Returns the number of visible lines.
</description>
</method>
<method name="get_content_height">
<return type="int">
</return>
<description>
Returns the height of the content.
</description>
</method>
<method name="newline">
<return type="void">
</return>