Commit 4bf197b9 authored by Andrey's avatar Andrey

missing file

parent d5f0ba0a
......@@ -48,3 +48,10 @@ const cReverseFeedN = '${esc}e'; // Print and reverse feed n lines [N]
// Bit Image
const cRasterImg = '${gs}v0'; // Print raster bit image [obsolete command]
const cBitImg = '$esc*'; // Set bit image mode
// Barcode
const cBarcodeSelectPos = '${gs}H'; // Select print position of HRI characters
const cBarcodeSelectFont = '${gs}f'; // Select font for HRI characters
const cBarcodeSetH = '${gs}h'; // Set barcode height
const cBarcodeSetW = '${gs}w'; // Set barcode width
const cBarcodePrint = '${gs}k'; // Print barcode
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment