At,x,y,x_mul,y_mul,gap,rotationinverse,data - text, At,x,y,x_mul,y_mul,gap,rotationinverse,data – GoDEX EZPL User Manual
Page 38
![background image](/manuals/736893/38/background.png)
33
At,x,y,x_mul,y_mul,gap,rotationInverse,data - Text
Syntax
At,x,y,x_mul,y_mul,gap,rotationInverse,data
Parameter
t = Font type, see table below.
Font
Points Font style
A
6
CG Triumvirate, Code page 850
B
8
CG Triumvirate, Code page 850
C
10
CG Triumvirate, Code page 850
D
12
CG Triumvirate, Code page 850
E
14
CG Triumvirate, Code page 850
F
18
CG Triumvirate, Code page 850
G
24
CG Triumvirate, Code page 850
H
30
CG Triumvirate, Code page 850
I
16x26 dots for US ASCII 8 bit
K
OCR-B font
L
OCR-A font
Zn, n = 1 ~ 9 Asia font from 1 to 4
x = Hori of top-left position of text (unit: dot, 1mm = 8 dots in 203dpi printer; 1mm=12
dots in 300dpi printer)
y = Vert of top-left position of text (unit: dot, 1mm = 8 dots in 203dpi printer; 1mm=12
dots in 300dpi printer)
x_mu = Horizontally magnified up to 8 times as large
y_mul = Vertically magnified up to 8 times as large
gap = Distance of the character (unit: dot, 1mm = 8 dots in 203dpi printer; 1mm=12
dots in 300dpi printer)
rotationInverse = The rotation of ASCII text from 0 to 3, the Asian text rotation form 0
to 7
0 0° 1 90° 2 180° 3 270°
4 0° 5 90° 6 180° 7 270°
(0~3rotated for all characters; 4~7rotated individually for each character)
In addition, if the rotation parameter is followed with “I”, the text will be printed in
inverse font.
To use UNICODE please setup as below:
E UTF8 L UTF16 LO H UTF16 HI ( UTF16 characters should be end up with 4
0x00)
Data = data string, it includes Constant, Date information (^D), Time information (^T),
Serial variable (^Cx) and Variable data (^Vxx).
Description
Prints an ASCII or ASIA text string. The ASCII text oriented form left to right, the Asian
text from left to right or top to bottom.
Sample
Text Rotation
Rotation with Inverse