NSBezierPath Maximum When Printing
NSBezierPath Maximum When Printing
- Subject: NSBezierPath Maximum When Printing
- From: Chris Liscio <email@hidden>
- Date: Mon, 25 Oct 2004 20:41:52 -0400
Greetings,
I am working with an application that creates a large NSBezierPath.
It has approximately 2000 points and 4000 control points attached to
it. It displays perfectly in the NSView on screen, but when my custom
view is called upon to print via displayRect, my NSBezierPath does not
show up in the print preview (or on paper, for that matter).
I draw the path by starting with a call to moveToPoint, and then
repeatedly calling curveToPoint:controlPoint1:controlPoint2.
Is there a maximum size of NSBezierPath that may be printed? If not,
is there anything special I should be doing to handle larger paths for
printing?
Any help would be greatly appreciated.
Thanks in advance,
Chris
http://www.supermegaultragroovy.com
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden