Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 530 Bytes

File metadata and controls

27 lines (20 loc) · 530 Bytes

GetTextLeading

Description

Procedure GetTextLeading returns the custom leading value(in points) of the referenced text object.

FUNCTION GetTextLeading(theText : HANDLE): REAL;
def vs.GetTextLeading(theText):
    return REAL

Parameters

Name Type Description
theText HANDLE Handle to text object.

Remarks

If a custom value was not set, this returns -1.0.

Version

Availability: from VectorWorks8.0

Category