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