Skip to content

Latest commit

 

History

History
50 lines (40 loc) · 740 Bytes

File metadata and controls

50 lines (40 loc) · 740 Bytes

TextSpace

Description

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

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

  • Objects - Text