Get a piece of a text string
Pointer<Char> TextSubtext(Pointer<Char> text, int position, int length) => _TextSubtext(text, position, length);