Merge pull request #18122 from olivergs/wip/rtl-content-height
RichTextLabel, doc: Added new method to get total content height
This commit is contained in:
commit
fb4e9526e8
3 changed files with 19 additions and 3 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue