| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
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.
Copyright (c) 1998-2016, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 8.1 page.
Created 2010.1.21.
| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |