Returns TRUE if iter begins a paragraph, i.e. if TextIter.getLineOffset would return 0. However this function is potentially more efficient than TextIter.getLineOffset because it doesn’t have to compute the offset, it just has to see whether it’s 0.
whether iter begins a line
Returns TRUE if iter begins a paragraph, i.e. if TextIter.getLineOffset would return 0. However this function is potentially more efficient than TextIter.getLineOffset because it doesn’t have to compute the offset, it just has to see whether it’s 0.