Jean-Marc Lasgouttes wrote:
Abdelrazak Younes <[EMAIL PROTECTED]> writes:
One simple solution would be to add a backgoundColor() member to Font
and to update that when we pass PainterInfo at draw(). Is that
acceptable? I personnally think it is and this new information could
be useful for other needs anyway.
I do not think it belongs to font,
With other wordprocessors you can highlight text with a different
background. Isn't that something that we want to support?
but the Painter could have a
backgroundColor member that is updated by the painting code.
That is also possible but I am not sure it will work for selection.
Abdel.