fPasteRunArray
fPasteRunArray = BTextView::CopyRunArray(runArray);
BTextView::FreeRunArray(fPasteRunArray);
fTextView->Insert(fPasteText, fPasteTextLength, fPasteRunArray);
text_run_array* fPasteRunArray;