>>>>> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes:
Abdelrazak> Abdelrazak Younes wrote: >> Hello, >> >> As the title says. I've been testing this patch for some days and I >> didn't see any side effect. The contrary would be surprising as the >> changes are pretty simple. >> >> Will commit tomorrow if there's no objection. Abdelrazak> done. I still do not see what this patch gives us. here is actually no reason when doing real painting to compute the string length, since we are supposed to have this information in Rows (am I right?). The only difference now is that the rowpainter cannot try to be clever and avoid computing lengths in some cases. Metrics should do only metrics, and drawing only drawing. I think this is a problem with the two-phase drawing (with nulpainter) approach. JMarc