Click or drag to resize

RichTextLabelGetLineCount Method

Returns the total number of newlines in the tag stack's text tags. Considers wrapped text as one line.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public int GetLineCount()

Return Value

Type: Int32

[Missing <returns> documentation for "M:Godot.RichTextLabel.GetLineCount"]

See Also