* PRINTER CODE DATA FOR "TWO COLUMN PRINTER" Release 6 (2COLUMNS.PRG) * Epson FX printers * * IMPORTANT: Do not add or delete any commas or lines in the codes section * below. This includes the remarks portion of the code lines. Keep the * line "----CODES AND DEFAULTS---" intact. Don't use TABs * * Codes are decimal ASCII. Full editing instructions are in 2COLUMNS.DOC * CPI = Characters Per Inch (pitch) LPI = Lines Per Inch * $ MB=2,TS=5,CL=2 (Max Blank lines, Tab Spacing, default Column Length * reduction) Ranges are: MB 0-9, TS 2-9, CL 0-9 Note dollar sign * @ SORT=n, 2SIDES=n, DRAFT=y, DATE=y, DISK=n, EQUAL=y, EUROPE=n * ------------- CODES AND DEFAULTS ------------ 027 056, Disable 'Paper-Out' sensor 027 057, Enable 'Paper-Out' sensor 027 065 010, 7 lines/inch line spacing (use closest value-10/72 set here) 027 064 027 080 027 120 000 027 084, Initialize-10CPI-draft-cancel subscript 027 079, Cancel 'Skip-Over-Perforations' 027 087 001, Fancy Print for Heading (Expanded or double width) 027 087 000, Cancel Fancy Print 027 071, Enhanced Print (Double Strike or NLQ--must work with all sizes) 027 072, Cancel Enhanced printing (set draft mode) * "TXT", Default file extension to be shown in file selector box. 6, Number of type sizes listed below (up to 6 allowed) * " Compressed Elite - 20CPI", Name of type size #1 027 033 005, Printer codes to select this type size 160, Number of characters of this size that will fit on a full line 74, Maximum lines per column * " as above but at 8 LPI", Name of size #2 027 033 005 027 048, codes 160, characters per full line 82, Maximum lines per column * " Compressed - 17CPI", Name size #3 027 015 027 081 137, codes 137, characters per full line 74, Max lines per column * " as above but at 8 LPI", Name size #4 027 015 027 081 137 027 048, codes 137, characters/line 82, lines/column * " Elite - 12CPI", Name 027 077, codes 96, characters/line 74, lines/column * "Small Ltrs - 20 CPI 10LPI", Name (uses the superscript font) 027 033 005 027 065 007 027 083 000, codes 160, characters/line 103, lines/column ************************************ Note: The last type size always prints in double strike mode (the only way Epson FX printers can print Super & Sub script fonts).