You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that the ^FT command is not rendered correctly when x & y are not specified.
It should follow on from the end position of the last field.
You can see the following ZPL is rendered correctly on labelary.com.
This is relatively significant change, which is not simple to achieve with the current analyze-then-draw paradigm.
I think the following would be required:
The VirtualPrinter will need to keep track of the last drawn position. Every ElementDrawer will need to be responsible for updating this.
PositionX and PositionY of ZplPositionedElementBase will likely need to be nullable. Every Drawer and Renderer will need to be updated to accomodate this. In particular, using (0, 0) as defaults if ^FO is in effect, or (LastDrawnPosition.X, LastDrawPosition.Y) under ^FT.
I noticed that the ^FT command is not rendered correctly when x & y are not specified.
It should follow on from the end position of the last field.
You can see the following ZPL is rendered correctly on labelary.com.
The text was updated successfully, but these errors were encountered: