Specifications

15
ZPL Commands
^A@
9/15/06 ZPL II Programming Guide 45541L-004 Rev. A
For reference, see Zebra Code Page 850 on page 342, Fonts and Bar Codes on page 351, and
ASCII on page 347.
o = font name
Accepted Values: any valid font
Default Value: if an invalid or no name is entered, the default set
by
^CF is used. If no font has been specified in ^CF, font A is
used.
The font named carries over on all subsequent
^A@
commands without a font name.
x = extension Accepted Values:
.FNT = font
.TTF = TrueType Font
Example • This example is followed by a table that identifies the called out lines of code:
1
Starts the label format.
2
Searches non-volatile printer memory (B:) for CYRI_UB.FNT. When
the font is found, the
^A@ command sets the print orientation to
normal and the character size to 50 dots by 50 dots.
3
Sets the field origin at 100,100.
4
Prints the field data, Zebra Printer Fonts on the label.
5
Calls the font again and character size is decreased to 40 dots by 40
dots.
6
Sets the new field origin at 100,150.
7
Prints the field data, This uses the B:CYRI_UB.FNT on the label.
8
Ends the label format.
Parameters Details
1
2
3
4
5
6
7
8