increased label/field size to 2.5, reduced supported fields to 3

This commit is contained in:
Marlon Spangenberg 2025-01-13 12:20:56 +01:00
parent 907f0553d4
commit 0c4fc56b80

View file

@ -8,9 +8,9 @@ class TZe_24mm_D extends TZe_24mm
private const TAG_SIZE = 2.80;
private const TITLE_SIZE = 2.80;
private const TITLE_MARGIN = 0.50;
private const LABEL_SIZE = 2.00;
private const LABEL_SIZE = 2.50;
private const LABEL_MARGIN = - 0.35;
private const FIELD_SIZE = 2.00;
private const FIELD_SIZE = 2.50;
private const FIELD_MARGIN = 0.35;
private const BARCODE1D_SIZE = 3.00; // Size for the C128 barcode at bottom
@ -19,7 +19,7 @@ class TZe_24mm_D extends TZe_24mm
public function getSupportAssetTag() { return true; }
public function getSupport1DBarcode() { return true; }
public function getSupport2DBarcode() { return true; }
public function getSupportFields() { return 4; }
public function getSupportFields() { return 3; }
public function getSupportLogo() { return false; }
public function getSupportTitle() { return true; }