Re: NSStringAdditions drawAtPoint
Re: NSStringAdditions drawAtPoint
- Subject: Re: NSStringAdditions drawAtPoint
- From: Stéphane Sudre <email@hidden>
- Date: Fri, 29 Jun 2001 11:36:35 +0200
On jeudi, juin 28, 2001, at 11:33 PM, Tom Waters wrote:
Is there a bug in NSStringAdditions drawAtPoint: withAttributes:?
If you have a negative X or Y coordinate, it seems to change that axis
to 0 and draw the string in the wrong place.
I would expect this example view to draw the string with the leftmost
100 pixels cut off the left edge, but instead it draws the whole string
starting at X = 0.
Can someone please confirm that this is the case, then I'll file a bug.
I confirm the problem. I faced it while writing a ScreenSaver.