This sequence switches ZTERM 2000 into GDI printing mode. When GDI printing is enabled, a number of escape sequences can be sent to ZTERM 2000 in order to control the resulting printed output, including font selection, line drawing etc.
Parameter |
Value or Description |
Lead in |
CHR$(27) CHR$(20) |
To terminate GDI Printing, send a control-X (ASCII value 24 decimal). In AlphaBASIC you can use TAB(-1,83);
Please note that this sequence is not supported on Windows CE versions of ZTERM.
Also See