
Thermal Printer Technical Manual
60
LINE Commands
[Name] Line printing command
[Format] {command}LINE
(
L
)
{x0} {y0 } {x1} {y1} {width}
[Description] {command}:LINE
(
or L
)
{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}: Line width
[Example]
! 0 200 200 210 1
LINE 0 0 200 0 1
LINE 0 0 200 200 2
LINE 0 0 0 200 3
PRINT
BOX Commands
[Name]
Box command
[Format] {command} {x0} {y0 } {x1} {y1} {width}
[Description] {command}:BOX
{x0}: X-coordinate of the top left corner
{y0}: Y-coordinate of the top left corner.
{x1}: X-coordinate of the bottom right corner.
{y1}: Y-coordinate of bottom right corner
{width}: Unit-width of the lines forming the box
[Example]
! 0 200 200 210 1
BOX 0 0 200 200 1
PRINT
SETBOLD Commands
[Name] Set bold character
[Format] {command} {value}
[
Description
]
{command}: SETBOLD
{value}: bold or not
1: yes
0: no
[Example]
! 0 200 200 210 1