> However, not having a buffer() member for some sorts > of insets complicates the rest of the code.
I noticed the following: Paragraph has a member function setBuffer(Buffer & b) which sets the buffer member of all Insets. Paragraph itself has no Buffer member whatsoever. I'd think that if something would be related to the buffer, a paragraph would be one of the closest. Is there a reason for the abundance of a Paragraph::buffer_ member ? Now, there are 20 functions having a Buffer or BufferParams parameter. I'd almost want to add such a member and remove all these parameters. Vincent