Label has a property called "visible_characters".
It is said to limit the number of characters to be displayed.
However, this is only available in the Text property of the Editor.
If you add characters programmatically, more characters than the limit will be displayed.
Is this unavoidable?