]> git.ipfire.org Git - thirdparty/cups.git/blame - data/label.h
License change: Apache License, Version 2.0.
[thirdparty/cups.git] / data / label.h
CommitLineData
ac884b6a 1/*
503b54c9
MS
2 * This file contains model number definitions for the CUPS sample
3 * label printer driver.
ac884b6a 4 *
503b54c9
MS
5 * Copyright 2007 by Apple Inc.
6 * Copyright 1997-2005 by Easy Software Products.
ac884b6a 7 *
e3101897 8 * Licensed under Apache License v2.0. See the file "LICENSE" for more information.
ac884b6a
MS
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 */