Function RichTextLabel.text

The raw text of the label. When set, clears the tag stack and adds a raw text tag to the top of it. Does not parse BBCodes. Does not modify bbcodeText.

String text() nothrow @property @nogc;

void text (
  String v
) nothrow @property @nogc;