does sizeWithAttributes not take into account the offset of an NSDropShadow
or italic font mask?  i have a dictionary of attributes for a string, and
i'm trying to produce an image for the drag that doesn't crop the image with
these attributes.

NSSize stringSize = [string sizeWithAttributes:attributes];

NSImage *anImage = [[NSImage alloc] initWithSize:stringSize];

 NSRect imageBounds;

imageBounds.origin = NSZeroPoint;

imageBounds.size = stringSize;

 [anImage lockFocus];

[self drawStringCenteredIn:imageBounds];

[anImage unlockFocus];

<<attachment: drag.jpg>>

_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to