VS:TextOrigin

From Vectorworks Developer
Revision as of 14:39, 12 August 2013 by Root (talk | contribs) (1 revision)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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]]