Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 658 Bytes

File metadata and controls

32 lines (23 loc) · 658 Bytes

TextOrigin

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.

Text Locus

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

Parameters

Name Type Description
p REAL Coordinates of text origin.

See Also

VS Functions: MoveTo

Version

Availability: from All Versions

Category