>>>>> "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes:

Martin> Attached.

It look good, except that I am surprised that
+       pit_type pit = pars_.size();
+       for (pit_type it = 0; it < pars_.size(); ++it) {
+               if (&pars_[it] == &par)
+                       pit = it;
+       }
cannot be replaced by something like
       pit = pars_.find(par);

Martin> BTW I saw one more near-replica of the outerFont code in
Martin> text2.C. Shouldn't we unify this stuff? This reminds me of the
Martin> human genome ;-)

What would it look like?

There is also one place in the code where a call to outerFont is
commented out. Could you check whether it is useful after all?

JMarc

Reply via email to