Procedure SetTextSpace sets the line spacing of the referenced text object.
{| 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 SetTextSpace(
theText : HANDLE;
spacing : INTEGER);def vs.SetTextSpace(theText, spacing):
return None| Name | Type | Description |
|---|---|---|
| theText | HANDLE | Handle to text object. |
| spacing | INTEGER | Line spacing for text. |
Use [[VS:SetTextLeading| SetTextLeading]] to set a custom line spacing.
Availability: from VectorWorks 8.0
- Objects - Text