Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 540 Bytes

File metadata and controls

37 lines (28 loc) · 540 Bytes

TextRotate

Description

Procedure TextRotate sets the angle of a new text object.

PROCEDURE TextRotate(Rotation : REAL);
def vs.TextRotate(Rotation):
    return None

Parameters

Name Type Description
Rotation REAL Rotation angle, in degrees, for text.

Examples

==== VectorScript ====

TextRotate(45);
TextOrigin(0",0");
CreateText('Rotated string');

==== Python ====

Version

Availability: from All Versions

Category

  • Objects - Text