User`s guide

STANDARD PRINTER COMMANDS
Copyright © 2006, Cognitive. 39
DOUBLE
Function Prints "double byte" text characters from a selected
font set. Double byte fonts are used for characters
that require greater resolution than can be provided
in a single byte (specifically, Kanji characters).
Explicit Form
DOUBLE
font(eximage,exspace,xmult,ymult) x y
mtid characters
font
Specifies the text font. There are two
double byte fonts available at
present:
16 = 16x16 dot Kanji
24 = 24x24 dot Kanji
mtid
Specifies a font mapping table; must
be 1 (specifies mapping table
SHIFTJIS). More mapping tables
may be added in future firmware
releases.
Parameters
See the STRING command for other parameter
details.
Example The following label format will print text using the
double byte characters. The Kanji characters are
mapped above ASCII 128, so may not display
correctly on your terminal.
! 0 100 210 1
DOUBLE 24 0 0 1 This is Kanji(24x24) ˆ ˆ¡
DOUBLE 16(0,0,2,2) 0 50 1 This is
Kanji(16x16*2) ˆ ˆ¡’@
END