****  Beckertext II Druckeranpassung ****
* Für z.B. Epson FX80, IBM, Commodore MPS 1500, Star NL-10

*  allgemeine Druckerbeschreibung

.name       "Standard"             * Name des Druckertreibers
.xdpi       360                    * horizontale Auflösung

.init       27,'@',27,'t',0,27,'R',0,18   * Drucker-Initialisierung

.drafton    27,'x',0,27,'P'        * Draft ein (bzw. nlq aus)
.draftoff   27,'x',1,27,'P'        * Draft aus (bzw. nlq ein)
.boldon     27,'G'                 * Fettschrift ein
.boldoff    27,'H'                 *             aus
.italicon   27,'4'                 * kursiv ein
.italicoff  27,'5'                 *        aus
.underlon   27,'-',1               * unterstrichen ein
.underloff  27,'-',0               *               aus
.superon    27,'S',0               * hochstellen ein
.superoff   27,'T'                 *             aus
.subon      27,'S',1               * tiefstellen ein
.suboff     27,'T'                 *             aus

.color     27,'r'                 * nur bei Farbdrucker!
.cpara     0                      * es folgt Byte-Parameter



.hmove1    27,'L',1,0,0            * horizontale Bewegung
.hunit1    120                     * 1/120 Zoll
.hmove2    27,'K',1,0,0            * horizontale Bewegung
.hunit2    60                      * 1/60 Zoll
.hmove3    27,'p',0,27,'P',' ' * horizontaler vorschub um
.hunit3    10                  * 1/10 "


.vpos       27,'J'                 * vertikaler Vorschub
.vunit      216                    * in 1/216 Zoll
.vpara      0                      * es folgt Byte-Parameter


*  Beschreibung der Fonts

.font       "Pica_10CPI"           * Name des Fonts
.cpi        10                     * CPI-Wert
.amiga      "BT-Serif.11"          * zugehöriger Amiga-Bildschirmfont
.size       12                     * Höhe des Druckerfonts in Punkt
.fonton     27,'P'                 * 10 CPI einschalten

.font       "Elite_12CPI"          * Name des Fonts
.cpi        12                     * CPI-Wert
.amiga      "BT-Serif.11"          * zugehöriger Amiga-Bildschirmfont
.size       12                     * Höhe des Druckerfonts in Punkt
.fonton     27,'M'                 * 12 CPI einschalten
.fontoff    27,'P'                 * 10 CPI einschalten


*** Sonderzeichen-Umwandlung ***
.char   'ä'    27,'R',2,'{',27,'R',0
.char   'ö'    27,'R',2,'|',27,'R',0
.char   'ü'    27,'R',2,'}',27,'R',0
.char   'ß'    27,'R',2,'~',27,'R',0
.char   '§'    27,'R',2,'@',27,'R',0
.char   'Ä'    27,'R',2,'[',27,'R',0
.char   'Ö'    27,'R',2,'\',27,'R',0
.char   'Ü'    27,'R',2,']',27,'R',0



