| Allegro CL version 8.2 This page is new in 8.2. |
Arguments: ide-configuration
If this configuration option is true, then *antialiasing*
will be bound to true when
drawing the text in nodes in class graphs and runtime analyzer graphs.
This produces text that is likely easier to read, though somewhat
fuzzier (on the Windows platform only).
The default value is true. If you find the effect to be more annoying
than useful, you can turn off the effect with this form
(see configuration and
*ide-system*
):
(setf (ide:use-antialiased-text-in-tree-graphs (configuration ide:*ide-system*)) nil)
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. |