All Manuals > LispWorks Release Notes and Installation Guide > 13 Release Notes > 13.5 New graphics ports features > 13.5.1 Quality drawing

NextPrevUpTopContentsIndex

13.5.1.1 Specifying the drawing mode

There are two possible values for a port's drawing-mode :

In most cases the drawing mode defaults to :quality so the output of your program may differ from LispWorks 6.0.

Note: gp:pixblt , gp:clear-rectangle and the graphics state parameters mask-x and mask-y are all deprecated. For alternatives see copy-area added, pixblt deprecated and the sections immediately following it.

To use the old drawing mode, do for example:

(make-instance 'capi:output-pane :drawing-mode :compatible ...)

For more information see "Drawing mode and anti-aliasing" in the CAPI User Guide .


LispWorks Release Notes and Installation Guide - 23 Dec 2011

NextPrevUpTopContentsIndex