コード例 #1
0
 public string GetPangoMarkup(int offset, int length)
 {
     return(textEditorImpl.GetPangoMarkup(offset, length));
 }