Re: PDFKit Frustrations
Re: PDFKit Frustrations
- Subject: Re: PDFKit Frustrations
- From: Kyle Sluder <email@hidden>
- Date: Tue, 12 Apr 2011 13:09:20 -0700
On Tue, Apr 12, 2011 at 12:40 PM, Patrick William Walker
<email@hidden> wrote:
> NSString *test = @"Test";
>
> // This shows up
> [test drawAtPoint: NSMakePoint(75, 550)
> withAttributes: attr];
>
> // This does not.
> [official.name drawAtPoint: NSMakePoint(375, 550)
> withAttributes: attr];
What's the value of official.name? What's the value of attr? What
happens if you try drawing at the point you used for test above?
--Kyle Sluder
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden