TSC AUTO ID Technology Co., Ltd.                    77                  Copyright 2013 All Rights Reserved. 
 
For font "0", this parameter is used to specify the width (point) of true type 
font. 1 point=1/72 inch. 
Vertical multiplication, up to 10x 
Available factors: 1~10 
For true type font, this parameter is used to specify the height (point) of 
true type font. 1 point=1/72 inch. 
For *.TTF font, x-multiplication and y-multiplication support floating value. 
(V6.91 EZ) 
Add or delete the space between lines in dot. 
Text alignment. (V6.73 EZ) 
0 : default (Left) 
1 : Left 
2 : Center 
3 : Right 
Data in block. The maximum data length is 4092 bytes. 
 
Note:   
  The internal font (font #1~#5) pitch between TSPL and TSPL2 is different. 
  Font “0” and “ROMAN.TTF” internal True Type Fonts are available in TSPL2 language 
printers, but not TSPL language printers. 
  If there is any double quote (") within the text, please change it to \["]. 
  If font "0" is used, the font width and font height is stretchable by x-multiplication and 
y-multiplication parameter. It is expressed by pt (point). 1 point=1/72inch. 
  \[R] means carriage return character 0x0D. 
  \[L] means line feed character 0x0A. 
  This command has been supported since V6.91 EZ and later firmware. 
  EPL2 and ZPL2 are for emulating Eltron
®
 and Zebra
®
 languages. 
 
Example 
Sample Code 
SIZE 4,0.5 
GAP 0,0 
DIRECTION 1 
CLS 
BOX 10,10,800,100,2 
BLOCK 15,15,790,90,"0",0,8,8,"We stand behind our products with one of the most comprehensive 
support programs in the Auto-ID industry." 
PRINT 1 
CLS 
BOX 10,10,800,100,2 
BLOCK 15,15,790,90,"0",0,8,8,20,2,"We stand behind our products with one of the most 
comprehensive support programs in the Auto-ID industry." 
PRINT 1