Well, we've got CreateCGContextForPort() to get a CG context from a QD port, but what about something like:
CreateQDPortForCGContext()
Spent about two hours looking for how to do this, is it possible in a clean manner? Basically, if I'm creating NSWindows, using CoreGraphics to draw into those windows (getting the CGContextRef from that window's view), and I wish to possibly draw something into that window with QuickDraw, how do I do it?
Note: I do NOT want to use NSQDViews because its evil and that's the reason I'm doing CoreGraphics anyway. Too many integration problems.
Thanks,
Dan
Dan