setBarcodeWidth static method

List<int> setBarcodeWidth(
  1. int width
)

Set barcode width

Implementation

static List<int> setBarcodeWidth(int width) {
  return [0x1D, 0x77, width]; // GS w n
}