Return whether rotations of the transform affect the text direction.
(self)
| 345 | return self._rotation |
| 346 | |
| 347 | def get_transform_rotates_text(self): |
| 348 | """ |
| 349 | Return whether rotations of the transform affect the text direction. |
| 350 | """ |
| 351 | return self._transform_rotates_text |
| 352 | |
| 353 | def set_rotation_mode(self, m): |
| 354 | """ |