User manual

APOS Premium Printer Series User Manual Page 122 /136 Reference: FDE 3107312 Issue A
D
OWNLOAD DOUBLE BYTE FONT
Download a single band of a double byte font characters to the printer. If the download is successful, an
ACK will be returned. If unsuccessful, a NAK will be returned.
If multiple font character bands are to be downloaded, the font name, code page selection, width, and
height must be the same for all download commands. The start address of each command should be greater
than the start address of the preceding download command.
The font name is used to identify the font. It will be printed on the diagnostics or configuration form. When
a downloaded font is to be deleted, the font name is used to identify the font.
Only one double byte font can be downloaded into the printer at any given time. An existing double byte
font needs to be deleted prior to downloading a new double byte font.
Syntax
ASCII:
FS D f
8
t w h s
L
s
H
n
L
n
H
{d}
Hex: 1C 44 f
8
t w h s
L
s
H
n
L
n
H
{d}
Operand f: 8 character font name
t: font storage Id
w: font character width in dots, including inter-character
space
h: font character height in dots, not including inter-line
space
sL, sH: band Start address = 256 x sH + sL
nL, nH: number of characters in the band = 256 x nH + nL
d: downloaded data bytes
Limit Hex:
0x20 f 0x7F
t = 0x34
0x11 w, h 0x20
0x2000 s 0xFFFF
0x0001 n 0xFFFF, limited to available memory
0x00 d 0xFF
Returns ASCII: OK: ACK
Fault: NAK
Hex: OK: 0x06
Fault: 0x15