home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 June / PCWorld_1999-06_cd.bin / software / Vyzkuste / Webtri / INSTALL / mgxfma.z / IMPSI2.FLT / PSIRC / DVRDEF next >
Text File  |  1997-07-25  |  4KB  |  86 lines

  1. ;
  2. ;  This file contains default device driver capabilities information.
  3. ;  Note that everything past the ';' is considered a comment, and that
  4. ;  the values must remain in the order they have been provided.  If a
  5. ;  driver needs to load another file of the same format into the
  6. ;  capabilities structure, it can call psgxcap(file_name)
  7. ;
  8.  
  9. 400                ;  X resolution (dots per inch)
  10. 400                ;  Y resolution (dots per inch)
  11. 0                  ;  Device height (required if origin is upper left)
  12. CMYK               ;  Device's native color model (RGB, CMYK, or GRAY)
  13. RGB                ;  Device's native color model for images
  14. 0                  ;  Number of color table pens
  15. ;
  16. ;  Following is/would-be a device color table.  Each color is on a
  17. ;  separate line and has 3 values for RGB, 4 for CMYK, and 1 for GRAY.
  18. ;  All values lie in 0 to 255 range.  There must be the exact number of
  19. ;  color entries as that of 'Number of color table pens' above.  So,
  20. ;  if this value is '0', there are no color table entries.  The color
  21. ;  table is used only if the device cannot accept intensities directly,
  22. ;  and it cannot accept a color table downloaded from the interpreter
  23. ;  (see below).  If the device cannot accept intensities directly, but
  24. ;  it can accept a downloaded color table, make the value above for
  25. ;  number of pens a negative number.  The absolute value of this number
  26. ;  is how many pens may be downloaded.
  27. ;
  28.  
  29. 0                  ;  Number of dash segments device can handle
  30. 400                ;  Maximum line thickness device can handle
  31. 2                  ;  Clip supported: 0=none, 1=rectangular, 2=irregular
  32. 0 0 4400 4400      ;  Device default clip rectangle (all 0's means none)
  33. yes                ;  Can device handle lines with butt caps?
  34. yes                ;  Can device handle lines with round caps?
  35. yes                ;  Can device handle lines with square caps?
  36. yes                ;  Can device handle lines with miter joins?
  37. yes                ;  Can device handle lines with round joins?
  38. yes                ;  Can device handle lines with bevel joins?
  39. yes                ;  Can device handle intensities directly?
  40. yes                ;  Can device handle image intensities directly?
  41. no                 ;  If no, can device accept a downloaded color table?
  42. yes                ;  Can device handle even/odd polygon fills?
  43. yes                ;  Can device handle non zero wind polygon fills?
  44. yes                ;  Can device handle bezier' curves as coordinates?
  45. yes                ;  Can device handle image's?
  46. yes                ;  Can device handle imagemask's?
  47. yes                ;  Can device handle monochrome image's?
  48. yes                ;  Does device know about some fonts?
  49. yes                ;  Can device handle text strings directly?
  50. ;
  51. ;  Following are the supported font names for device.  These will be used
  52. ;  if the device knows about some fonts.
  53. ;
  54. Courier
  55. Courier-Oblique
  56. Courier-Bold
  57. Courier-BoldOblique
  58. Helvetica
  59. Helvetica-Oblique
  60. Helvetica-Bold
  61. Helvetica-BoldOblique
  62. Times-Roman
  63. Times-Italic
  64. Times-Bold
  65. Times-BoldItalic
  66. Symbol
  67. AvantGarde-Book
  68. AvantGarde-BookOblique
  69. AvantGarde-Demi
  70. AvantGarde-DemiOblique
  71. Bookman-Demi
  72. Bookman-DemiItalic
  73. Bookman-Light
  74. Bookman-LightItalic
  75. Helvetica-Narrow
  76. Helvetica-Narrow-Oblique
  77. Helvetica-Narrow-Bold
  78. Helvetica-Narrow-BoldOblique
  79. NewCenturySchlbk-Roman
  80. NewCenturySchlbk-Italic
  81. NewCenturySchlbk-Bold
  82. NewCenturySchlbk-BoldItalic
  83. Palatino-Roman
  84. ZapfChancery-MediumItalic
  85. ZapfDingbats
  86.