]> git.ipfire.org Git - thirdparty/cups.git/blob - data/label.h
License change: Apache License, Version 2.0.
[thirdparty/cups.git] / data / label.h
1 /*
2 * This file contains model number definitions for the CUPS sample
3 * label printer driver.
4 *
5 * Copyright 2007 by Apple Inc.
6 * Copyright 1997-2005 by Easy Software Products.
7 *
8 * Licensed under Apache License v2.0. See the file "LICENSE" for more information.
9 */
10
11 #define DYMO_3x0 0 /* Dymo Labelwriter 300/330/330 Turbo */
12
13 #define ZEBRA_EPL_LINE 0x10 /* Zebra EPL line mode printers */
14 #define ZEBRA_EPL_PAGE 0x11 /* Zebra EPL page mode printers */
15 #define ZEBRA_ZPL 0x12 /* Zebra ZPL-based printers */
16 #define ZEBRA_CPCL 0x13 /* Zebra CPCL-based printers */
17
18 #define INTELLITECH_PCL 0x20 /* Intellitech PCL-based printers */