Required. The text to be wrapped. |
Required The font to use for the width calculation, as returned by a call to theFont function. |
Required numeric. The maximum number of pixels to be occupied by any line of the wrapped text. |
Optional Boolean. Set TRUE to return a 2D array, the first column (left-most) will contain wrapped text, and the second (right-most) will contain the trailing whitespace length. Set FALSE to return a one-dimensional array that contains only the wrapped text. Defaults to FALSE. |