Skip to content

Latest commit

 

History

History
43 lines (33 loc) · 736 Bytes

File metadata and controls

43 lines (33 loc) · 736 Bytes

TextSpace

Description

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

Parameters

Name Type Description
spacing INTEGER Spacing style for text.

Examples

VectorScript

TextSpace(4);
{set the active leading to double space}

Python

Version

Availability: from All Versions

Category