[NSString drawAtPoint: withAttributes:] broken, uh?!
[NSString drawAtPoint: withAttributes:] broken, uh?!
- Subject: [NSString drawAtPoint: withAttributes:] broken, uh?!
- From: Stéphane Sudre <email@hidden>
- Date: Wed, 27 Aug 2003 17:42:45 +0200
I'm using [NSString drawAtPoint: withAttributes:] to draw the string
"This is a test S/V".
The issue is that with some font size I don't get the last 2 chars.
i.e. "This is a test S" is drawn whereas there's plenty of space to
draw the last 2 chars and there's no clipping.
Is this a known bug?
I knew there is/was a bug with the drawInRect: method (similar to the
one you have in the Finder) but I hadn't seen this one before.
This is on Mac OS X 10.2.x.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.