Drawing a Bitmap |
Top Previous Next |
This escape places a bitmap onto the page at the current position. The bitmap must be already present on the PC running ZTERM 2000.
Example Draws the COOL.STF logo at the top left corner of the page:
PRINT CHR$(27);"b"; PRINT "title.bmp";CHR$(0);
Note that bitmaps are printed pixel for pixel on the printer. If you use this feature to display company or report logos, then provide multiple copies of the bitmap scaled for various DPI sizes and use the Get DPI escape to allow the host to select the closest matching bitmap. |