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.
Please actually look at the patches I sent and try and absorb what I
fixed ... I don't see the point in me trying to help if it just gets
stomped on.
john