You can use the ZDownloader to store the fonts onto the printer. Alternatively, you can also use the Zebra Printer Setup Utility for Windows to send the font files to the printer or use the Send File function of the printer driver on Windows.
I use EPL to program label printing. How does EPL use the loaded fonts?
print 'A470,213,2,2,2,3,N,\"' in column 1,
'ABC Corp' in column 22,
'\"'
The 3rd argument "2" is to control the fonts. I can use 1-5 for the default fonts. How to relate the newly loaded fonts? I've tried 6, 7, 8 and A/a. It doesn't work. Please help and advise. Thank you!
How did you load the external font onto the EPL printer? To download a 3rd party font onto a EPL printer, you should use the "Down Fonts and Graphics" option in the Zebra Printer Setup Utility for Windows. Then you should be asked to give a single letter (from "a" to "z") to represent the font on the EPL printer. Then you can use this single letter in place for a numeric number for the 3rd argument. The numeric numbers are reserved for the built-in fonts and the special EPL Asian Font.
4 Replies
You can use the ZDownloader to store the fonts onto the printer. Alternatively, you can also use the Zebra Printer Setup Utility for Windows to send the font files to the printer or use the Send File function of the printer driver on Windows.
I use EPL to program label printing. How does EPL use the loaded fonts?
print 'A470,213,2,2,2,3,N,\"' in column 1,
'ABC Corp' in column 22,
'\"'
The 3rd argument "2" is to control the fonts. I can use 1-5 for the default fonts. How to relate the newly loaded fonts? I've tried 6, 7, 8 and A/a. It doesn't work. Please help and advise. Thank you!
How did you load the external font onto the EPL printer? To download a 3rd party font onto a EPL printer, you should use the "Down Fonts and Graphics" option in the Zebra Printer Setup Utility for Windows. Then you should be asked to give a single letter (from "a" to "z") to represent the font on the EPL printer. Then you can use this single letter in place for a numeric number for the 3rd argument. The numeric numbers are reserved for the built-in fonts and the special EPL Asian Font.
I've tried to download and reinstalled it many times. It still crashed when I ran it.