Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 654 Bytes

File metadata and controls

31 lines (23 loc) · 654 Bytes

GetTextWidth

Description

Procedure GetTextWidth returns the margin width of the referenced text object.

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

Parameters

Name Type Description
theText HANDLE Handle to text object.

Remarks

For wrapped blocks, the margin width is that set by the user. For unwrapped blocks, it is computed by VW to be the width of the longest line.

See Also

VS Functions: SetTextWidth

Version

Availability: from VectorWorks8.0

Category