Re: PDFKit Frustrations
Re: PDFKit Frustrations
- Subject: Re: PDFKit Frustrations
- From: Kyle Sluder <email@hidden>
- Date: Tue, 12 Apr 2011 19:31:20 -0700
Bringing this back on-list.
On Tue, Apr 12, 2011 at 5:28 PM, Patrick William Walker
<email@hidden> wrote:
> Oh, official.name is NSString and attr is just a NSDictionary.
The values might matter. Especially that they're non-nil.
--Kyle Sluder
> On 2011-04-12, at 5:09 PM, Kyle Sluder <email@hidden> wrote:
>
>> 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