; ; This printer driver is intended for a Laser printer using Times Roman ; variable width (proportional) fonts. It requires a proportional tables ; file such as the supplied SIDEWAYS.LST to know what width each character ; in each font has. ; ; Note. The first column below contains the actual printer command. The ; second contains the name of the font as this will be indicated in the ; font picklist within Lexa Text. The third contains the name of a file ; which is a character translation table to be used with the font in ; question. Up to 128 bytes can be translated per font. The fourth column ; specifies whether a font is proportional or not. If you want proportional ; spacing and justification then this parameter must be set to one. ; ; Exercise extreme caution if you edit this file. Any displacement in a column ; of a line of text will invariably cause a malfunctioning on printing. Use ; the overwrite function when editing and keep to the arrangement as offered ; below. ; ; ID of font ³ Name of font ³Transl. table ³Prop.? ³ Width of `a' ;----------------------------------------------------------------------------- ; (1X ³ Times Roman 11 Pt. ³ROMAN_8.TBL ³1 ³22 (2X ³ Helvetica 11 Bold ³ROMAN_8.TBL ³1 ³22 (3X ³ Times Roman Italic ³ROMAN_8.TBL ³1 ³21 (4X ³ Small Capitals ³ROMAN_8.TBL ³1 ³24 (5X ³ Phonetic Font 1 ³ROMAN_8.TBL ³1 ³22 (6X ³ Phonetic Font 2 ³ROMAN_8.TBL ³1 ³22 (7X ³ Times Roman 12 Pt. ³ROMAN_8.TBL ³1 ³25 (8X ³ Letter Gothic 12 ³ ³0 ³25 (9X ³ Letter Gothic 16.6 ³ ³0 ³18 (10X ³ LGothic Underline ³ ³0 ³25 (11X ³ LGothic Russian ³ ³0 ³25 (12X ³ LGothic Greek ³ ³0 ³25 (13X ³ Superscript Font ³ ³0 ³20 (14X ³ Subscript Font ³ ³0 ³20 (15X ³ Times 14 Pt Bold ³ROMAN_8.TBL ³1 ³30 (16X ³ Times 18 Pt Bold ³ROMAN_8.TBL ³1 ³38 ; ; Small Font specifications: ; (17X ³ Times Roman 10 Pt. ³ROMAN_8.TBL ³1 ³20 (18X ³ Helvetica 9 Bold ³ROMAN_8.TBL ³1 ³22 (19X ³ Times 10 Italic ³ROMAN_8.TBL ³1 ³19 (20X ³ Small Capitals 10 ³ROMAN_8.TBL ³1 ³24 (21X ³ Phon.Font 1 10Pt. ³ROMAN_8.TBL ³1 ³20 (22X ³ Phon.Font 2 10Pt. ³ROMAN_8.TBL ³1 ³20 ; ; The following is a list of assignments. The fonts which are activated by ; Ctrl-1 through 4 while editing can be assigned to a font using the ID number ; in the laser printer. This is conveyed to the latter via the batch file ; which downloads fonts to the printer (see the file _SIDE.BAT as an example ; of such a file. What happens here is that the string after the control key ; reference will be sent to the printer when the character activated by the ; CTRL+digit combination is encountered in a text which is being printed. ; CTRL_1 (23X ³ 14 Pt Italic ³ROMAN_8.TBL ³1 ³29 CTRL_2 (24X ³ 18 Pt Italic ³ROMAN_8.TBL ³1 ³38 CTRL_3 (25X ³ 8 Pt Upright ³ROMAN_8.TBL ³1 ³16 CTRL_4 (26X ³ 10 Pt Upright ³ROMAN_8.TBL ³1 ³20 ; CTRL_5 UL // Underlining, must be assigned to Ctrl-5! ; ; How is an endnote number reference in text to be printed? ; Font is assigned here which is used on printing. ; Ý (13X Use Superscript ; ; Number of points for basic font, e.g. 11 for Times Roman 11 Pt. ; The options are 10, 11 or 12 Pts. ; 11 ; ; Number of points for Small Font, e.g. 11 for Times Roman 11 Pt. ; The options are 10, 11 or 12 Pts. ; 10 ; ; Base font type: 0 = Times Roman; 1 = Helvetica; 2 = Letter Gothic ; 0 ; ; End of File