On Jun 8, 2009, at 10:12 PM, David Blanton wrote:
Yes, the text is upside down.
The context that you get when you draw into a UIView should be setup correctly such that you don't have to do anything to get your text right side up - if you've made any changes to the context's transform however, then it is possible your text is going to be upside down.
The usual case of this is altering the text matrix, via CGContextSetTextMatrix, as it is not saved when you save the drawing state.
-- David Duncan Apple DTS Animation and Printing _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) 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 arch...@mail-archive.com