Name
RotateTextObject -- rotate a text object (V4.0)
Synopsis
RotateTextObject(id, angle[, smooth])
Function
This function rotates the text object specified by id by the specified angle (in degrees). A positive angle rotates anti-clockwise, a negative angle rotates clockwise. Optionally, you can choose to enable anti-aliased interpolation by passing True in the smooth argument.

Note that for vector text objects, RotateTextObject() will always operate on the untransformed text object. This means that any previous transformations applied to the text object using RotateTextObject(), TransformTextObject(), or ScaleTextObject() will be undone when calling RotateTextObject().

Inputs
id
identifier of the text object to rotate
angle
desired rotation angle in degrees
smooth
optional: whether or not anti-aliased interpolation shall be used (V9.1)

Show TOC