]> git.ipfire.org Git - thirdparty/cups.git/blob - data/pcl.h
Merge changes from CUPS 1.5.1-r9875.
[thirdparty/cups.git] / data / pcl.h
1 /*
2 * "$Id$"
3 *
4 * This file contains model number definitions for the CUPS unified
5 * PCL driver.
6 *
7 * Copyright 2007 by Apple Inc.
8 * Copyright 1997-2005 by Easy Software Products.
9 *
10 * These coded instructions, statements, and computer programs are the
11 * property of Apple Inc. and are protected by Federal copyright
12 * law. Distribution and use rights are outlined in the file "LICENSE.txt"
13 * which should have been included with this file. If this file is
14 * file is missing or damaged, see the license at "http://www.cups.org/".
15 */
16
17 /* General PCL Support */
18 #define PCL_PAPER_SIZE 0x1 /* Use ESC&l#A */
19 #define PCL_INKJET 0x2 /* Use inkjet commands */
20
21 /* Raster Support */
22 #define PCL_RASTER_END_COLOR 0x100 /* Use ESC*rC */
23 #define PCL_RASTER_CID 0x200 /* Use ESC*v#W */
24 #define PCL_RASTER_CRD 0x400 /* Use ESC*g#W */
25 #define PCL_RASTER_SIMPLE 0x800 /* Use ESC*r#U */
26 #define PCL_RASTER_RGB24 0x1000 /* Use 24-bit RGB mode */
27
28 /* PJL Support */
29 #define PCL_PJL 0x10000 /* Use PJL Commands */
30 #define PCL_PJL_PAPERWIDTH 0x20000 /* Use PJL PAPERWIDTH/LENGTH */
31 #define PCL_PJL_HPGL2 0x40000 /* Enter HPGL2 */
32 #define PCL_PJL_PCL3GUI 0x80000 /* Enter PCL3GUI */
33 #define PCL_PJL_RESOLUTION 0x100000 /* Use PJL SET RESOLUTION */
34
35
36 /*
37 * End of "$Id$".
38 */