* PRINTER CODES FOR "TWO COLUMN PRINTER" Release 6 - (2COLUMNS.PRG) * Epson FX printers - Long Columns version (small line spacing) * * 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 TAB's * * 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=3 (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) * " Small Ltrs 20CPI 12LPI", Name #1 (uses the superscript font) 027 033 005 027 051 018 027 083 000, codes to select this size 160, characters/line 124, lines/column * " Small Ltrs 20CPI 10LPI", Name #2 (uses the superscript font) 027 033 005 027 051 022 027 083 000, codes 160, characters/line 100, lines/column * " Compressed Elite 20CPI", Name of type size #3 027 033 005, codes 160, characters/line 74, lines/column * " as above but at 8 LPI", Name of size #4 027 033 005 027 048, codes 160, characters per full line 82, Maximum lines per column * " Compressed 17CPI", Name size #5 027 015 027 081 137, codes 137, characters per full line 74, Max lines per column * " as above but at 8 LPI", Name size #6 027 015 027 081 137 027 048, codes 137, characters/line 82, lines/column ************************************ Note: The first two fonts always print in double strike mode (the only way Epson FX printers can print Super & Sub script fonts).