I want to rotate a NSString by an angle.
but I dont want the whole string to rotate,instead I want the string head stay in the original place.
How can i make NSString rotate around a certain point , but not the whole matrix rotate...
OK,sorry for that,In fact my problem is I want to rotate around a certain point ,but CGContextRotateCTM is based the origin point.So how can i move the origin point to certain point ,when after rotation, How can i move the origian point back....