>>>>> "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes:
Martin> So then the original patch should go in, with break added? How Martin> expensive is this with big documents? It scales linearly. The good thing is that we have really reduce the number of times getFont gets called. Nevertheless, the maybe quadratic in some cases, since getFont is called at least once per paragraph. The right solution would be to pass a DocIterator or a pit/pos pair to getFont, but this is probably a lot of work. JMarc