Function RichTextLabel.visibleCharacters

The restricted number of characters to display in the label. If -1, all characters will be displayed.

long visibleCharacters() nothrow @property @nogc;

void visibleCharacters (
  long v
) nothrow @property @nogc;