File: label.h

package info (click to toggle)
cups 2.4.16-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 33,500 kB
  • sloc: ansic: 159,650; cpp: 8,595; sh: 5,475; makefile: 2,770; php: 17; python: 10
file content (19 lines) | stat: -rw-r--r-- 740 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
 * This file contains model number definitions for the CUPS sample
 * label printer driver.
 *
 * Copyright © 2020-2024 by OpenPrinting.
 * Copyright 2007 by Apple Inc.
 * Copyright 1997-2005 by Easy Software Products.
 *
 * Licensed under Apache License v2.0.  See the file "LICENSE" for more information.
 */

#define DYMO_3x0	0		/* Dymo Labelwriter 300/330/330 Turbo */

#define ZEBRA_EPL_LINE  0x10            /* Zebra EPL line mode printers */
#define ZEBRA_EPL_PAGE  0x11            /* Zebra EPL page mode printers */
#define ZEBRA_ZPL       0x12            /* Zebra ZPL-based printers */
#define ZEBRA_CPCL      0x13            /* Zebra CPCL-based printers */

#define INTELLITECH_PCL	0x20		/* Intellitech PCL-based printers */