Procedure TextSpace sets the active spacing for a VectorWorks document.
Table - Text Spacing
| Leading | Constant |
|---|---|
| Single space | 2 |
| 1 1/2 space | 3 |
| Double space | 4 |
PROCEDURE TextSpace(spacing : INTEGER);def vs.TextSpace(spacing):
return None| Name | Type | Description |
|---|---|---|
| spacing | INTEGER | Spacing style for text. |
TextSpace(4);
{set the active leading to double space}Availability: from All Versions