How can I rotate a text object around its center instead of the origin of coordinates?
by Conor Smith | March 26, 2017
Figure 1(a) shows the rotation of a text object around the origin of coordinates in Foxit PDF SDK. If we want to rotate a text object around its center as shown in Figure 1(b), a set of complex transformations are needed. The complete transformation process is shown in Figure 2. First, translate the center of […]
Keep reading