Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 578 Bytes

File metadata and controls

36 lines (28 loc) · 578 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