if (i > 0 && paragraphsSeparated && p.getAddVerticalSpace())
loc.y += getParagraphSpacing(lineHeight);
loc.indent = p.getIndent();
loc.resetCaret();
loc.rowHeight = 0;
p.layout(gc, carea.width, loc, lineHeight, resourceTable,
selectedLink);
}
gc.dispose();
if (DEBUG_TEXT) {
long stop = System.currentTimeMillis();