TextBuffer.setText
void setText(string text)Deletes current contents of buffer, and inserts text instead. If len is -1, text must be nul-terminated. text must be valid UTF-8.
Parameters
text | UTF-8 text to insert |
void setText(string text)Deletes current contents of buffer, and inserts text instead. If len is -1, text must be nul-terminated. text must be valid UTF-8.
text | UTF-8 text to insert |