textwritemask(3G) — Silicon Graphics
NAME
textwritemask − grants write permission for text drawn in the textport
SPECIFICATION
C
textwritemask(tmask)
Colorindex tmask;
FORTRAN
subroutine textwr(tmask)
integer*4 tmask
Pascal
procedure textwritemask(tmask: longint);
DESCRIPTION
textwritemask grants write permission for text drawn in the textport. It does not affect text drawn using charstr.
textwritemask is undefined under the window manager.
SEE ALSO
pagecolor, pagewritemask, textcolor, textport, tpoff, tpon, writemask Programming Guide, Chapter 14, Textports
NOTE
This routine is available only in immediate mode.
Version 3.6 — December 20, 1987