On Wed, Feb 25, 2004 at 06:06:27PM +0100, Andre' Poenitz wrote:
> 
> Row::fill_ + Row::width_ : two names for almost the same (complementary)
> thing. Too many opportunities to get something wrong...

I think we should not store the foo_fill_ members in Row, but just
the numbers of hfills etc in this row.

This 

  (a) allows us to defer the setting of the real row width to 
      drawing time (and hence simplifies/corrects the
      redoParagraphInternal logic)

and

  (b) reduces sizeof(Row).

Comments?

Andre'

Reply via email to