| Allegro CL version 9.0 Unrevised from 8.2 to 9.0. 8.2 version |
Arguments: (stream texture) &body body
Evaluates body with the line-texture of stream set to texture. Restores the stream's previous line-texture at the end and returns the values that the body returns.
stream may be any graphical-stream
.
texture should be a valid value for (setf line-texture).
See also with-fill-texture and with-background-texture, and also with-background-color and with-foreground-color.
Copyright (c) 1998-2019, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 8.2 page.
Created 2012.5.30.
| Allegro CL version 9.0 Unrevised from 8.2 to 9.0. 8.2 version |