Procedure TextRotate sets the angle of a new text object.
PROCEDURE TextRotate(Rotation : REAL);def vs.TextRotate(Rotation):
return None| Name | Type | Description |
|---|---|---|
| Rotation | REAL | Rotation angle, in degrees, for text. |
TextRotate(45);
TextOrigin(0",0");
CreateText('Rotated string');Availability: from All Versions