Curious if Tulip can share how these triggers for “Print Text” and “Print Barcode” translate into ZPL code:
We are seeing some differences in output appearance using this “Print Text” method versus alternate ZPL code input via the “Custom template”, and I’m curious how the actual ZPL code compares.
Great Q - poking to see what I can get for you Jim!
Haven’t forgotten about this, confirmed this is the ZPL running behind the scenes
printText: ^XA^FO50,80^ADN,${fontHeight},${fontWidth}^FD${text}^FS^XZ~HQES printBarcode: ^XA^FO50,80^BY${fontScale}^B3N,N,100,Y,N^FD${barcode}^FS^XZ~HQES
^XA^FO50,80^ADN,${fontHeight},${fontWidth}^FD${text}^FS^XZ~HQES
^XA^FO50,80^BY${fontScale}^B3N,N,100,Y,N^FD${barcode}^FS^XZ~HQES