Abdelrazak Younes wrote:
Andre Poenitz wrote:
On Sun, Oct 29, 2006 at 04:39:51PM -0000,
[EMAIL PROTECTED] wrote:
- bool const inside = (y + rit->descent() >= 0
- && y - rit->ascent() < ww);
RowPainter rp(pi, text, pit, *rit, x, y);
// Clear background of this row
// (if paragraph background was not cleared)
Good in theory but it looks as if this is the kind of infomration that
would be useful for a 'non-drawing real painter' (as opposed to the
original nullpainter)
OK... Andre (or Asger), could you please point me to the places in the
code that were using the null pointer. I would like to add the
"non-drawing" feature before 1.5 in order to get some speed for Mac.
I think the only important space is right above.
Regards,
Asger