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
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
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
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