NAUT324C-256K
- Technical reference - Rev. B
Page 36
16.3.11. Reverse
On/Off
[Designation] Reverse on/off
[Format] ASCII
ESC
I
n
Hex 1B 49 n
Decimal 27 73 n
[Description] This command will go in effect with the letter after which it was given.
n:=0: normal printing (default)
1:= white on black
16.3.12. Define
font
[Designation] Defines a font, its name and character dimensions (row/column in pixels).
[Format] ASCII
ESC i
<font num><n col><n row><font name><0x00>
Hex 1B 69 {data}
Decimal 27 105 {data}
[Description] The <font number> defines the font index number.
The <n col.> defines the number of columns (vertical line of pixels) composing the
character matrix)
The <n row> defines the number of rows (horizontal line pixels) composing the
character matrix.
The <font name> is the name to be assigned to the font.
The font name must be less than 64 characters and terminated with 0x00 (null
terminated string).
Example.
To define a font “14x22" pixels and assigned to index font 1, font name
“GB2_14x22”:
<1Bh><69h><0x01h><0x0Eh><0x16h><47h><42h><32h><5Fh><31h><34h>
<78h><32h><32h><0x00h>