Hello John, On Mon, Sep 5, 2011 at 5:17 PM, JohnnyNoMates <[email protected]> wrote: > Thank you, that works I can see the text is now correctly being drawn with > the apostrophe.
Great! > Now though the text is being painted inverted. I have already transformed > with ScaleCTM(1f, -1f) which is why my DrawTextAtPoint calls were correct. > Now with UIKit its wrong again. Its a little confusing having 2 ways of > drawing text that dont appear to be compatible. Yep, it's weird and well documented http://developer.apple.com/library/ios/#documentation/2DDrawing/Conceptual/DrawingPrintingiOS/GraphicsDrawingOverview/GraphicsDrawingOverview.html I don't know the history behind that decision - but I'm sure there are funny parts in it ;-) > Any way to flip my text at the point I want to paint the text and then back > again for everything else? Just scale again, it's only one line and flips should not be costly. Regards, Sebastien _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
