VS:BeginText: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
No edit summary
m (add remark)
Line 42: Line 42:
| [[VS:CreateText]]  
| [[VS:CreateText]]  
</seeAlso>
</seeAlso>
-----------------------------------------------------------------------------------------------------------
<remark>
([[User:Orso.b.schmid|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".
</remark>


-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------

Revision as of 03:41, 19 December 2015

.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]]