grid-draw-string

Function

Package: common-graphics

Arguments: stream string box &optional wrap-p horizontal-justification vertical-justification calculate-height

Intended as a variant of draw-string-in-box suitable for using in grids, in fact this function provides nothing additional and draw-string-in-box should be used in its place (draw-string-in-box has more arguments but the common arguments are the same and the extra draw-string-in-box arguments should be specified nil when converting a call from this function).

As with draw-string-in-box, text is drawn if the value of the calculate-height argument is nil (the default) and not if the value of that argument is true. In either case, the height of the wrapped text, if it were drawn, is returned. See draw-string-in-box for more details.

Common Graphics and IDE documentation is described in About Common Graphics and IDE documentation in cgide.htm.

The documentation is described in introduction.htm and the index is in index.htm.

Copyright (c) 1998-2000, Franz Inc. Berkeley, CA., USA. All rights reserved.

Created 2000.10.5.