gdevpxat.h 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  1. /* Copyright (C) 1997, 1998, 2000 Aladdin Enterprises. All rights reserved.
  2. This software is provided AS-IS with no warranty, either express or
  3. implied.
  4. This software is distributed under license and may not be copied,
  5. modified or distributed except as expressly authorized under the terms
  6. of the license contained in the file LICENSE in this distribution.
  7. For more information about licensing, please refer to
  8. http://www.ghostscript.com/licensing/. For information on
  9. commercial licensing, go to http://www.artifex.com/licensing/ or
  10. contact Artifex Software, Inc., 101 Lucas Valley Road #110,
  11. San Rafael, CA 94903, U.S.A., +1(415)492-9861.
  12. */
  13. /* $Id: gdevpxat.h,v 1.6 2004/08/04 19:36:12 stefan Exp $ */
  14. /* Attribute ID definitions for PCL XL */
  15. #ifndef gdevpxat_INCLUDED
  16. # define gdevpxat_INCLUDED
  17. typedef enum {
  18. pxaPaletteDepth = 2,
  19. pxaColorSpace,
  20. pxaNullBrush,
  21. pxaNullPen,
  22. pxaPaletteData,
  23. pxaPatternSelectID = 8,
  24. pxaGrayLevel,
  25. pxaLightness, /* 2.0 */
  26. pxaRGBColor,
  27. pxaPatternOrigin,
  28. pxaNewDestinationSize,
  29. pxaPrimaryArray, /* 2.0 */
  30. pxaPrimaryDepth, /* 2.0 */
  31. pxaSaturation, /* 2.0 */
  32. pxaColorimetricColorSpace, /* 2.0 */
  33. pxaXYChromaticities, /* 2.0 */
  34. pxaWhiteReferencePoint, /* 2.0 */
  35. pxaCRGBMinMax, /* 2.0 */
  36. pxaGammaGain, /* 2.0 */
  37. pxaAllObjectTypes = 29, /* 3.0 */
  38. pxaTextObjects, /* 3.0 */
  39. pxaVectorObjects, /* 3.0 */
  40. pxaRasterObjects, /* 3.0 */
  41. pxaDeviceMatrix,
  42. pxaDitherMatrixDataType,
  43. pxaDitherOrigin,
  44. pxaMediaDestination,
  45. pxaMediaSize,
  46. pxaMediaSource,
  47. pxaMediaType,
  48. pxaOrientation,
  49. pxaPageAngle,
  50. pxaPageOrigin,
  51. pxaPageScale,
  52. pxaROP3,
  53. pxaTxMode,
  54. pxaCustomMediaSize = 47,
  55. pxaCustomMediaSizeUnits,
  56. pxaPageCopies,
  57. pxaDitherMatrixSize,
  58. pxaDitherMatrixDepth,
  59. pxaSimplexPageMode,
  60. pxaDuplexPageMode,
  61. pxaDuplexPageSide,
  62. pxaArcDirection = 65,
  63. pxaBoundingBox,
  64. pxaDashOffset,
  65. pxaEllipseDimension,
  66. pxaEndPoint,
  67. pxaFillMode,
  68. pxaLineCapStyle,
  69. pxaLineJoinStyle,
  70. pxaMiterLength,
  71. pxaLineDashStyle,
  72. pxaPenWidth,
  73. pxaPoint,
  74. pxaNumberOfPoints,
  75. pxaSolidLine,
  76. pxaStartPoint,
  77. pxaPointType,
  78. pxaControlPoint1,
  79. pxaControlPoint2,
  80. pxaClipRegion,
  81. pxaClipMode,
  82. pxaColorDepth = 98,
  83. pxaBlockHeight,
  84. pxaColorMapping,
  85. pxaCompressMode,
  86. pxaDestinationBox,
  87. pxaDestinationSize,
  88. pxaPatternPersistence,
  89. pxaPatternDefineID,
  90. pxaSourceHeight = 107,
  91. pxaSourceWidth,
  92. pxaStartLine,
  93. pxaPadBytesMultiple, /* 2.0 */
  94. pxaBlockByteLength, /* 2.0 */
  95. pxaNumberOfScanLines = 115,
  96. pxaColorTreatment = 120,
  97. pxaCommentData = 129,
  98. pxaDataOrg,
  99. pxaMeasure = 134,
  100. pxaSourceType = 136,
  101. pxaUnitsPerMeasure,
  102. pxaStreamName = 139,
  103. pxaStreamDataLength,
  104. pxaErrorReport = 143,
  105. pxaVUExtension = 145,
  106. pxaVUAttr1 = 147,
  107. pxaCharAngle = 161,
  108. pxaCharCode,
  109. pxaCharDataSize,
  110. pxaCharScale,
  111. pxaCharShear,
  112. pxaCharSize,
  113. pxaFontHeaderLength,
  114. pxaFontName,
  115. pxaFontFormat,
  116. pxaSymbolSet,
  117. pxaTextData,
  118. pxaCharSubModeArray,
  119. pxaWritingMode,
  120. pxaXSpacingData = 175,
  121. pxaYSpacingData,
  122. pxaCharBoldValue,
  123. px_attribute_next
  124. } px_attribute_t;
  125. #endif /* gdevpxat_INCLUDED */