On Tue, Jul 22, 2003 at 02:57:02PM +0100, John Levon wrote:
> On Tue, Jul 22, 2003 at 12:37:52PM +0200, Andre Poenitz wrote:
> 
> >     for (; pit != end; ++pit) {
> > +           // compute inset metrics
> > +           for (int pos = 0; pos != pit->size(); ++pos) {
> > +                   if (pit->isInset(pos)) {
> > +                           Dimension dim;
> > +                           MetricsInfo m = mi;
> > +                           pit->getInset(pos)->metrics(m, dim);
> > +                   }
> > +           }
> > +
> 
> Sigh, has the same problem as the old place you put the metrics call.

Which problem?

In fact, this is the only place where the metrics call belongs, all the
others should go.

Andre'

-- 
Those who desire to give up Freedom in order to gain Security, will not have,
nor do they deserve, either one.     (T. Jefferson or B. Franklin or both...)

Reply via email to