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| Name | Type | Description |
|---|---|---|
| p | REAL | Coordinates of text origin. |
VS Functions: MoveTo
Availability: from All Versions
