public string GetPangoMarkup(int offset, int length)
 {
     return(textEditorImpl.GetPangoMarkup(offset, length));
 }