that CGContextRef is the same as [[thewind graphicsContext] graphicsPort] in the scope if the drawRect routine
(i am away from that machine, the code is probably wrong, but you can see what i mean) so the two methods return the same context On Mon, Apr 26, 2010 at 3:58 PM, Mike Abdullah <[email protected]>wrote: > > On 26 Apr 2010, at 20:24, Bill Appleton wrote: > > > hi all > > > > i converted a bunch of quickdraw code to core graphics successfully -- it > > worked > > > > now i am converting a bunch of carbon UI code to cocoa > > > > but when I draw text, my fonts are wrong and my font sizes are much too > big > > > > i am getting the CGContextRef from the NSWindow in the drawRect handler, > and > > then setting the CG font and size, etc. like before > > Further to the other answers, this part surprises me. I think you want > [[NSGraphicsContext currentContext] graphicsPort] instead to get to the > CGContext. > > Mike. _______________________________________________ Cocoa-dev mailing list ([email protected]) 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 [email protected]
