Generic FunctionPackage: cgToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 10.1
Unrevised from 10.0 to 10.1.
10.0 version

transparent-character-background

Arguments: window

Returns (or sets with setf) whether the "empty" areas of a character will be left as they were when they are drawn. If nil (which is the default), then drawing a character on the window will also draw the window's background color to fill the parts of the character cell that are not drawn in the foreground color to form the character. If true, then these empty areas will be left alone, so that any content that was previously drawn on the window will show through the characters.

Note: in earlier versions of the documentation, this function was documented to work with dashed lines as well as characters. That was incorrect. This function does not work with dashed lines.

The value is important for functions like draw-string-in-box.


Copyright (c) 1998-2022, Franz Inc. Lafayette, CA., USA. All rights reserved.
This page was not revised from the 10.0 page.
Created 2019.8.20.

ToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 10.1
Unrevised from 10.0 to 10.1.
10.0 version