
Thermal Printer Technical Manual
61
SETBOLD 1
TEXT 24 0 0 0 This text is in bold
SETBOLD 0
TEXT 24 0 252 0 But this text is normal.
PRINT
INVERSE-TEXT
Commands
[Name]
Inverse-text commands
[Format] {command} {value}
[Description]
{command}: INVERSE-TEXT(or IT)
{value}
inverse-text yes or not
1: Yes
0: No
[Example]
! 0 200 200 210 1
T 24 11 0 10 Normal Display
INVERSE-TEXT 1
T 24 11 0 60 Inverse Display
INVERSE-TEXT 0
T 24 11 0 110 Normal Display
PRINT
INVERSE-LINE Commands
[Name]
Inverse-line Command
[Format] {command} {x0} {y0 } {x1} {y1} {width}
[Description] {command}: INVERSE-LINE
(
or IL
)
{x0}: X-coordinate of the top left corner
{y0}: Y-coordinate of the top left corner.
{x1}: X-coordinate of:
-top right corner for horizontal
-bottom left corner for vertical
{y1}: Y-coordinate of:
-top right corner for horizontal
-bottom left corner for vertical
{width}: Width of the inverse-line
[Example]
! 0 200 200 210 1
TEXT 24 11 30 45 SAVE
TEXT 24 11 30 95 MORE
INVERSE-LINE 0 45 145 45 45
This text is in bold
But this text is normal.
Normal Display
Inverse Display
Normal Display