Skip to content

Commit

Permalink
Remove LabelShift command
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmattking committed Jul 28, 2024
1 parent 70a74e0 commit 8ed0605
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
10 changes: 0 additions & 10 deletions src/main/kotlin/info/mking/k2zpl/builder/Extensions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ import info.mking.k2zpl.command.FieldSeparator
import info.mking.k2zpl.command.Font
import info.mking.k2zpl.command.FontAt
import info.mking.k2zpl.command.GraphicField
import info.mking.k2zpl.command.LabelHome
import info.mking.k2zpl.command.LabelLength
import info.mking.k2zpl.command.LabelShift
import info.mking.k2zpl.command.MediaDarkness
import info.mking.k2zpl.command.PrintQuantity
import info.mking.k2zpl.command.PrintRate
Expand All @@ -25,14 +23,6 @@ import info.mking.k2zpl.command.options.ZplPrintSpeed
import info.mking.k2zpl.command.options.ZplTextAlignment
import info.mking.k2zpl.command.options.ZplYesNo

/**
* Sets the label shift.
* @param shift The shift amount.
*/
fun ZplBuilder.labelShift(shift: Int) {
command(LabelShift(shift = shift))
}

/**
* Sets the font for text fields.
* @param font The font to use.
Expand Down
6 changes: 0 additions & 6 deletions src/main/kotlin/info/mking/k2zpl/command/LabelShift.kt

This file was deleted.

0 comments on commit 8ed0605

Please sign in to comment.