textwritemask() — Silicon Graphics
NAME
textwritemask - grants write permission for the textport
SPECIFICATION
C
textwritemask(tmask)
Colorindex tmask;
FORTRAN
subroutine textwr(tmask)
integer*4 tmask
Pascal
procedure textwritemask(tmask: Colorindex);
DESCRIPTION
textwritemask grants write permission for text drawn in the textport. This command does not affect text drawn with charstr.
SEE ALSO
pagecolor, pagewritemask, textcolor, textport, tpoff, tpon, writemask
NOTE
This command can be used only in immediate mode.
Version 2.4 — May 08, 1986