Scilab Function

xstringl - compute a box which surrounds strings

Calling Sequence

rect=xstringl(x,y,str)

Parameters

Description

xstringl returns in rect=[x,y,w,h] (upper-left point, width, height) the size of a rectangle in the current graphic scale which would surround the strings str drawn at location x,y (lower-left point).

The result can be approximative when using the Postscript driver.

Examples

See Also

Author