I am using a custom true type font (one not in printer by default) on a Zebra 105SL industrial label printer. The problem is that whenever the zebra is turned off/on (printer is put into service after being serviced), the TTF is lost from the DRAM location. I need some ZPL code to look for the TTF, and if it is not there to download it.
Presently, I use the print driver to load the font to memory, this process needs to be automated.
I used the ZTOOLS utility from Zebra to create a file of type: FONT__.ZST that has the following in it:
~DTR:FONT__,21124,
000005C800480F...
When I send this to the printer, nothing happens. I did notice that this command is NOT terminated (not sure it needs to be). I was also surprised that the file name ends in 'ZST'.
Any help is appreciated.
Presently, I use the print driver to load the font to memory, this process needs to be automated.
I used the ZTOOLS utility from Zebra to create a file of type: FONT__.ZST that has the following in it:
~DTR:FONT__,21124,
000005C800480F...
When I send this to the printer, nothing happens. I did notice that this command is NOT terminated (not sure it needs to be). I was also surprised that the file name ends in 'ZST'.
Any help is appreciated.