home *** CD-ROM | disk | FTP | other *** search
-
- File Date: 11-4-86 HPPATTRN.TXT Page 1
-
-
- reset ; reset the printer
- ;
- portrait ; Select portrait mode
- font re10 ; select a font to use
- ;
- placetext cc ; center all text in windows
- ;
- sethp 1 ; set the HP pattern
- box 5, 5, 15, 11 ; draw a box to be filled
- setclear ; clear the pattern
- block 5, 11, 15, 13 ; define a window for the text
- text /Sethp 1/ ; set text in the window
-
- sethp 2 ;
- box 18, 5, 28, 11 ;
- setclear ;
- block 18, 11, 28, 13 ;
- text /Sethp 2/ ;
-
- sethp 3 ;
- box 31, 5, 41, 11 ;
- setclear ;
- block 31, 11, 41, 13 ;
- text /Sethp 3/ ;
-
- sethp 4 ;
- box 5, 15, 15, 21 ;
- setclear ;
- block 5, 21, 15, 23 ;
- text /Sethp 4/ ;
-
- sethp 5 ;
- box 18, 15, 28, 21 ;
- setclear ;
- block 18, 21, 28, 23 ;
- text /Sethp 5/ ;
-
- sethp 6 ;
- box 31, 15, 41, 21 ;
- setclear ;
- block 31, 21, 41, 23 ;
- text /Sethp 6/ ;
-
- ; print the advertisement
-
- block 2, 61, 79, 62 ; define a window for the advertisement
- font re3 ; choose a small font
- placetext cl ; place text center-left
- text /Produced by FormSet/ ; insert the text
-
- placetext cc ; place the text center-center
- text /Printed with HP LaserJet Plus Resident Fonts/
- placetext cr ; place the text center-right
- text /Form: HPPATTRN/ ; insert the text
-
- print ; print the page
-