Blame data/label.h

Packit 2fc92b
/*
Packit 2fc92b
 * This file contains model number definitions for the CUPS sample
Packit 2fc92b
 * label printer driver.
Packit 2fc92b
 *
Packit 2fc92b
 * Copyright 2007 by Apple Inc.
Packit 2fc92b
 * Copyright 1997-2005 by Easy Software Products.
Packit 2fc92b
 *
Packit 2fc92b
 * These coded instructions, statements, and computer programs are the
Packit 2fc92b
 * property of Apple Inc. and are protected by Federal copyright
Packit 2fc92b
 * law.  Distribution and use rights are outlined in the file "LICENSE.txt"
Packit 2fc92b
 * which should have been included with this file.  If this file is
Packit 2fc92b
 * missing or damaged, see the license at "http://www.cups.org/".
Packit 2fc92b
 */
Packit 2fc92b
Packit 2fc92b
#define DYMO_3x0	0		/* Dymo Labelwriter 300/330/330 Turbo */
Packit 2fc92b
Packit 2fc92b
#define ZEBRA_EPL_LINE  0x10            /* Zebra EPL line mode printers */
Packit 2fc92b
#define ZEBRA_EPL_PAGE  0x11            /* Zebra EPL page mode printers */
Packit 2fc92b
#define ZEBRA_ZPL       0x12            /* Zebra ZPL-based printers */
Packit 2fc92b
#define ZEBRA_CPCL      0x13            /* Zebra CPCL-based printers */
Packit 2fc92b
Packit 2fc92b
#define INTELLITECH_PCL	0x20		/* Intellitech PCL-based printers */