REGO Thermal Printer Technical Manual
www.regotek.com
61
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
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
This text is in bold
But this text is normal.