home *** CD-ROM | disk | FTP | other *** search
- { This file must be exactly 19 lines long (including the comments) }
- { The first 6 data lines give decimal codes needed for the printer }
- { to TURN ON a special font. The next 6 lines tell how to turn it }
- { OFF. If the font doesn't exist on your printer, give no numbers }
- { on the line. Note that everything between curly braces is ignored. }
- { Also, commas are ignored. }
- { Following codes work for an C-Itoh 8510A Printer. }
- { 1 - double strike TURN-ON }
- 27, 33, { 2 - emphasized TURN-ON }
- 27, 33, { 3 - italics TURN-ON }
- { 4 - double width TURN-ON }
- 27, 81, { 5 - compressed TURN-ON }
- 27, 33, { 6 - underline TURN-ON }
- { 1 - double strike TURN-OFF }
- 27, 34, { 2 - emphasized TURN-OFF }
- 27, 34, { 3 - italics TURN-OFF }
- { 4 - double width TURN-OFF }
- 27, 78, { 5 - compressed TURN-OFF }
- 27, 34, { 6 - underline TURN-OFF }