VS:TextOrigin

From Vectorworks Developer
Jump to navigation Jump to search

.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix

Description

Procedure TextOrigin is used to specify the origin point (location) of a newly created text object.

The position of the actual text with respect to the origin is determined by the current vertical and horizontal text justification modes.

PROCEDURE TextOrigin(
pX,pY :REAL);
def vs.TextOrigin(p):
    return None

Parameters

p REAL Coordinates of text origin.

Version

Availability: from All Versions

See Also

VS Functions:

VS:MoveTo

VS Functions: [[VS:MoveTo]]