Re: [cp-patches] RFC: GdkGraphics fix

2005-11-25 Thread Tom Tromey
> "Lillian" == Lillian Angel <[EMAIL PROTECTED]> writes: Lillian> drawString(AttributedCharacterIterator...) iterates through the Lillian> characters and stores the non-newline chars in an array. Here Roman Lillian> suggested that I make some changes and pass the char[] to the native Lillian>

Re: [cp-patches] RFC: GdkGraphics fix

2005-11-21 Thread Lillian Angel
On Mon, 2005-11-21 at 15:46 -0500, Thomas Fitzsimmons wrote: > On Mon, 2005-11-21 at 14:33 -0500, Lillian Angel wrote: > > This fixes bug # 24937 > > I spoke in detail to Roman about this. > > drawString(String...) was changed to call > > drawString(AttributedCharacterIterator...) because they bot

Re: [cp-patches] RFC: GdkGraphics fix

2005-11-21 Thread Thomas Fitzsimmons
On Mon, 2005-11-21 at 14:33 -0500, Lillian Angel wrote: > This fixes bug # 24937 > I spoke in detail to Roman about this. > drawString(String...) was changed to call > drawString(AttributedCharacterIterator...) because they both need to > ignore the newline characters. > > drawString(AttributedC

[cp-patches] RFC: GdkGraphics fix

2005-11-21 Thread Lillian Angel
This fixes bug # 24937 I spoke in detail to Roman about this. drawString(String...) was changed to call drawString(AttributedCharacterIterator...) because they both need to ignore the newline characters. drawString(AttributedCharacterIterator...) iterates through the characters and stores the no