BinaryKits / BinaryKits.Zpl

BinaryKits.Zpl a set of .net libraries. The project supports you in the simple creation of zebra labels. It generates the ZPL data, it is a printer description language from Zebra Technologies. ZPL II is now emulated by many label printers from different manufacturers. So with this implementation you can create labels for most printers.
MIT License
291 stars 105 forks source link

Adding support for drawing to an external SKSurface. #256

Closed danzk closed 2 weeks ago

danzk commented 2 weeks ago

Updated ZplElementDrawer to draw a label to an external SKSurface. Updated element drawers to concat the element rotation matrix to support label viewer rotation.

Fixes #255