; ; 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 09_TBLS.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 Kwik 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 9 Pt. ³ROMAN_8.TBL ³1 ³17 (2X ³ Helvetica 9 Bold ³ROMAN_8.TBL ³1 ³21 (3X ³ Times Roman Italic ³ROMAN_8.TBL ³1 ³17 (4X ³ Small Capitals ³ROMAN_8.TBL ³1 ³20 (5X ³ Phonetic Font 1 ³ROMAN_8.TBL ³1 ³17 (6X ³ Phonetic Font 2 ³ROMAN_8.TBL ³1 ³17 (7X ³ Times Roman 8 Pt. ³ROMAN_8.TBL ³1 ³16 (8X ³ Letter Gothic 16.6 ³ ³0 ³18 (9X ³ LGothic Bold ³ ³0 ³25 (10X ³ LGothic Italic ³ ³0 ³25 (11X ³ LGothic Russian ³ ³0 ³25 (12X ³ LGothic Greek ³ ³0 ³25 (13X ³ Small Superscript ³ROMAN_8.TBL ³1 ³16 (14X ³ Small Subscript ³ROMAN_8.TBL ³1 ³16 (15X ³ Times 12 Pt Bold ³ROMAN_8.TBL ³1 ³30 (16X ³ Times 14 Pt Bold ³ROMAN_8.TBL ³1 ³38 ; ; Small Font specifications: ; (17X ³ Times Roman 9 Pt. ³ROMAN_8.TBL ³1 ³17 (18X ³ Helvetica 9 Bold ³ROMAN_8.TBL ³1 ³21 (19X ³ Times Roman Italic ³ROMAN_8.TBL ³1 ³17 (20X ³ Small Capitals ³ROMAN_8.TBL ³1 ³20 (21X ³ Phon.Font 1 9Pt. ³ROMAN_8.TBL ³1 ³17 (22X ³ Phon.Font 2 9Pt. ³ROMAN_8.TBL ³1 ³17 ; ; 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 10_ROMAN.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 ³ 12 Pt Italic ³ROMAN_8.TBL ³1 ³38 CTRL_2 (24X ³ 14 Pt Italic ³ROMAN_8.TBL ³1 ³51 CTRL_3 (25X ³ Wingdings ³ ³1 ³25 CTRL_4 (26X ³ 6 Pt Upright ³ROMAN_8.TBL ³1 ³11 ; 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 9, 11 or 12 Pts. ; 9 ; ; Number of points for Small Font, e.g. 11 for Times Roman 11 Pt. ; The options are 9, 10, 11 or 12 Pts. ; 9 ; ; Base font type: 0 = Times Roman; 1 = Helvetica; 2 = Letter Gothic ; 0 ; ; End of File