NextPrevUpTopContentsIndex

set-graphics-state

Function
Summary

Directly alters the graphics state of a graphics port according to the keyword arguments supplied.

Package

graphics-ports

Signature

set-graphics-state port &rest args
&key transform foreground background
operation stipple pattern fill-style thickness
scale-thickness dashed dash line-end-style
line-joint-style mask mask-x mask-y font

Arguments

port

A graphics port.

Description

This directly alters the graphics state of port according to the values of the keyword arguments args . Unspecified keywords leave the associated slots unchanged.

See the "Graphics state" section in the LispWorks CAPI User Guide for valid values for args .

See also

with-graphics-state


LispWorks CAPI Reference Manual - 25 Jul 2006

NextPrevUpTopContentsIndex