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| Name | Type | Description |
|---|---|---|
| theText | HANDLE | Handle to text object. |
If a custom value was not set, this returns -1.0.
Availability: from VectorWorks8.0