Re: Rotate NSString... I give up :( [SOLVED]

2008-08-06 Thread Nathan Vander Wilt
On Aug 6, 2008, at 2:08 PM, Vitaly Ovchinnikov wrote: Yes, you right, but I expected what I need to move text to the zero point, rotate it and move it back. But NSAffineTransform works quite the contrary and requires to move the zero point to the text and then back. That was a big surprise for

Re: Rotate NSString... I give up :( [SOLVED]

2008-08-06 Thread Vitaly Ovchinnikov
Yes, you right, but I expected what I need to move text to the zero point, rotate it and move it back. But NSAffineTransform works quite the contrary and requires to move the zero point to the text and then back. That was a big surprise for me. On Thu, Aug 7, 2008 at 12:55 AM, Kyle Sluder <[EMAIL

Re: Rotate NSString... I give up :( [SOLVED]

2008-08-06 Thread Kyle Sluder
On Wed, Aug 6, 2008 at 4:37 PM, Vitaly Ovchinnikov <[EMAIL PROTECTED]> wrote: > Yes, he right. I've just tested it and it works fine. > I though that -translateXBy:yBy: will move my object, but it moved > pivot point... This is hard, especially with revesed OY axis ;) Well, it all happens in one t

Re: Rotate NSString... I give up :( [SOLVED]

2008-08-06 Thread Vitaly Ovchinnikov
Yes, he right. I've just tested it and it works fine. I though that -translateXBy:yBy: will move my object, but it moved pivot point... This is hard, especially with revesed OY axis ;) Thanks to you and Jean-Daniel. On Wed, Aug 6, 2008 at 10:19 PM, Steve Christensen <[EMAIL PROTECTED]> wrote: > No