| Allegro CL version 8.2 This page is new in 8.2. |
Arguments: widget
This property has an effect only on the Windows platform.
This property of various widgets determines the value that
*antialiasing*
will have
while drawing text in the widget. See *antialiasing*
for an explanation of its effect.
The value can be set at creation time by passing the :antialias-text initarg to make-instance, or any time later by calling (setf antialias-text).
This is a property of scrolling-static-text
, outline
, chart-widget
, plot-widget
, lamp
, grid-widget
, and node-pane-mixin
. For the
grid-widget
, *antialiasing*
will be bound only by the
built-in draw-cell methods;
you would need to bind it in your own draw-cell methods to effect antialiasing in
custom-drawn grid cells.
Copyright (c) 1998-2016, Franz Inc. Oakland, CA., USA. All rights reserved.
This page is new in the 8.2 release.
Created 2016.6.21.
| Allegro CL version 8.2 This page is new in 8.2. |