477478479480481482483484485486487
for (; lineCount < 0; lineCount++) { bottomLineInfo.moveToPrevious(); } } else { for (; lineCount > 0; lineCount--) { bottomLineInfo.moveToNext(); } } setRange(topAnchor.getLineInfo(), bottomLineInfo); }