Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 829 Bytes

File metadata and controls

27 lines (19 loc) · 829 Bytes

BeginText

Description

Procedures BeginText creates a new text object in a VectorWorks document. All text specified between calls to BeginText and EndText will be part of the new text object. Text may be specified in single quotes, or variables may be used..

To specify the insertion point of the new text object, use TextOrigin.

Note: This function is not available in Python. Use CreateText instead.

PROCEDURE BeginText;

Remarks

(_c_, 2015.12.19): If you draw text, it is important to have a proper text size on the document or you'll see the error "An incorrect object is described".

See Also

VS Functions: EndText | CreateText

Version

Availability: from All Versions

Category