To add a collaborator to this project you will need to use the Relish gem to add the collaborator via a terminal command. Soon you'll be able to also add collaborators here!
More about adding a collaboratorSimple ASCII text
The text option accepts a number of different arguments.
The minimum number of arguments is x,y & the text. This
will generate a label that has the default rotation, scaling,
font, horizntal and vertical multiliers and the image will be
number (not reversed)
- Scenarios
-
- Basic text only DSL for EPL2
-
- Given
-
a DSL with:
ZebraPrinterDocument.new do language :epl2 text '' end
- When
- I execute the DSL
- Then
- the output should include "A0,0,0,2,1,1,N,"""
- Basic text only DSL for ZPL2
-
- Given
-
a DSL with:
ZebraPrinterDocument.new do language :zpl2 text '' end
- When
- I execute the DSL
- Then
- the output should include "^FO0,0"
- And
- the output should include "^FD^FS"
Last published over 7 years ago by Paul Mitchell.