VS:BeginText

From Vectorworks Developer
Revision as of 03:41, 19 December 2015 by CBM-c- (talk | contribs) (add remark)
Jump to navigation Jump to search

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

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 VS:CreateText instead.

PROCEDURE BeginText;

Remarks

(Orso, 2015 Dec. 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".

Version

Availability: from All Versions

See Also

VS Functions:

VS:EndText | VS:CreateText

VS Functions:

[[VS:EndText]]

| [[VS:CreateText]]