45
EPL Commands
A
12/16/13 EPL Programming Guide 14245L-003 Rev. A
Example • In this example, font 5 only supports upper case characters. Refer to Appendix B,
Character References, for a complete listing of available fonts and character sets supported.
N
A50,0,0,1,1,1,N,"Example 1"
A50,50,0,2,1,1,N,"Example 2"
A50,100,0,3,1,1,N,"Example 3"
A50,150,0,4,1,1,N,"Example 4"
A50,200,0,5,1,1,N,"EXAMPLE 5"
A50,300,0,3,2,2,R,"Example 6"
P1
The code above will produce this label:
Note • Use the LE command to create reverse print text instead of the “R” in the A command
parameter p7. This is the recommend method because it provides the best size, position, and
centering of the black line (rectangle) bordering the reversed text.