Denso Power Net Terminal BHT-7500 Spezifikationen Seite 122

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 560
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 121
Chapter 7. I/O Facilities
113
[ 3 ] Displaying Normal- and Double-width Characters on the
Same Screen
The BHT-7000/BHT-7500 can mix-display the normal- and double-width characters on the
same screen.
CLS
OUT &h6080,0
Standard-size font
SCREEN 0,0 : PRINT "ANK" Normal-width in single-byte ANK mode
SCREEN 0,2 : PRINT "ANK" Double-width in single-byte ANK mode
SCREEN 1,0 : PRINT " " Normal-width in two-byte Kanji mode
SCREEN 1,2 : PRINT " " Double-width in two-byte Kanji mode
LOCATE 1,1
OUT &h6080,1
Small-size font
SCREEN 0,0 : LOCATE 14 : PRINT "ANK" Normal-width in single-byte ANK mode
SCREEN 0,2 : LOCATE 14 : PRINT "ANK" Double-width in single-byte ANK mode
SCREEN 1,0 : LOCATE 14 : PRINT " " Normal-width in two-byte Kanji mode
SCREEN 1,2 : LOCATE 14 : PRINT " " Double-width in two-byte Kanji mode
7.1.5 Displaying User-defined Characters
Loading a user-defined font
The APLOAD or KPLOAD statement loads a user-defined font.
The
APLOAD statement is capable of loading up to 32 single-byte ANK fonts to be displayed in
the single-byte ANK mode.
The
KPLOAD statement is capable of loading up to 32 or 128 two-byte Kanji fonts (depending
on the BHT series as listed below) in full width to be displayed in the two-byte Kanji mode or
condensed two-byte Kanji mode.
32: BHT-3000/BHT-4000/BHT-5000/BHT-6000/BHT-6500
128: BHT-7000/BHT-7500
Condensing/enlarging the defined font for display
If the condensed two-byte Kanji mode, small-size font, or double-width is specified, then the
BHT condenses or enlarges user-defined fonts loaded by the
APLOAD or KPLOAD to display.
(For details about condensing, refer to Appendix C3.)
Seitenansicht 121
1 2 ... 117 118 119 120 121 122 123 124 125 126 127 ... 559 560

Kommentare zu diesen Handbüchern

Keine Kommentare