Re: Flipped Coordinates

2009-06-08 Thread David Duncan
On Jun 8, 2009, at 6:15 PM, David Blanton wrote: I just do not understand 'flipped coordinates', i.e. I know what they are but what should I do so this string draws in the correct orientation? drawRect is in a UIView You shouldn't have to do anything... are you finding your test

Re: Flipped Coordinates

2009-06-08 Thread David Duncan
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