You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/classes/RichTextLabel.xml
-3Lines changed: 0 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -102,7 +102,6 @@
102
102
<returntype="int" />
103
103
<description>
104
104
Returns the total number of lines in the text. Wrapped text is counted as multiple lines.
105
-
[b]Note:[/b] Lines hidden by [member visible_characters] are not counted.
106
105
[b]Note:[/b] If [member threaded] is enabled, this method returns a value for the loaded part of the document. Use [method is_finished] or [signal finished] to determine whether document is fully loaded.
107
106
</description>
108
107
</method>
@@ -189,8 +188,6 @@
189
188
<returntype="int" />
190
189
<description>
191
190
Returns the total number of paragraphs (newlines or [code]p[/code] tags in the tag stack's text tags). Considers wrapped text as one paragraph.
192
-
[b]Note:[/b] Paragraphs hidden by [member visible_characters] are not counted.
193
-
[b]Note:[/b] If [member threaded] is enabled, this method returns a value for the loaded part of the document. Use [method is_finished] or [signal finished] to determine whether document is fully loaded.
0 commit comments