home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1996 March / buyer-0396.iso / mgxfma.z / IMPSI9.FLT / PSIRC / DVRDEF next >
Text File  |  1995-08-31  |  9KB  |  342 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. RGB                ;  Device's native color model (RGB, CMYK, or GRAY)
  13. RGB                ;  Device's native color model for images
  14. 256                ;  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.   0       0       0
  29. 255     255     255
  30.  18      18      18
  31.  36      36      36
  32.  55      55      55
  33.  73      73      73
  34.  91      91      91
  35. 109     109     109
  36. 128     128     128
  37. 146     146     146
  38. 164     164     164
  39. 182     182     182
  40. 200     200     200
  41. 219     219     219
  42. 237     237     237
  43. 255     255     255
  44.  51       0       0
  45.  77       0       0
  46. 102       0       0
  47. 128       0       0
  48. 153       0       0
  49. 179       0       0
  50. 204       0       0
  51. 230       0       0
  52. 255       0       0
  53. 255      29      29
  54. 255      58      58
  55. 255      87      87
  56. 255     117     117
  57. 255     146     146
  58. 255     175     175
  59. 255     204     204
  60.  51      17       0
  61.  74      25       0
  62.  96      32       0
  63. 119      40       0
  64. 142      47       0
  65. 164      55       0
  66. 187      62       0
  67. 210      70       0
  68. 232      77       0
  69. 255      85       0
  70. 255     108      34
  71. 255     130      68
  72. 255     153     102
  73. 255     176     136
  74. 255     198     170
  75. 255     221     204
  76.  51      34       0
  77.  74      49       0
  78.  96      64       0
  79. 119      79       0
  80. 142      94       0
  81. 164     110       0
  82. 187     125       0
  83. 210     140       0
  84. 232     155       0
  85. 255     170       0
  86. 255     181      34
  87. 255     193      68
  88. 255     204     102
  89. 255     215     136
  90. 255     227     170
  91. 255     238     204
  92.  51      51       0
  93.  71      71       0
  94.  92      92       0
  95. 112     112       0
  96. 133     133       0
  97. 153     153       0
  98. 173     173       0
  99. 194     194       0
  100. 214     214       0
  101. 235     235       0
  102. 255     255       0
  103. 255     255      41
  104. 255     255      82
  105. 255     255     122
  106. 255     255     163
  107. 255     255     204
  108.  34      51       0
  109.  49      74       0
  110.  64      96       0
  111.  79     119       0
  112.  94     142       0
  113. 110     164       0
  114. 125     187       0
  115. 140     210       0
  116. 155     232       0
  117. 170     255       0
  118. 181     255      34
  119. 193     255      68
  120. 204     255     102
  121. 215     255     136
  122. 227     255     170
  123. 238     255     204
  124.  17      51       0
  125.  26      77       0
  126.  34     102       0
  127.  43     128       0
  128.  51     153       0
  129.  60     179       0
  130.  68     204       0
  131.  77     230       0
  132.  85     255       0
  133. 104     255      29
  134. 124     255      58
  135. 143     255      87
  136. 163     255     117
  137. 182     255     146
  138. 202     255     175
  139. 221     255     204
  140.   0      51       0
  141.   0      80       0
  142.   0     109       0
  143.   0     138       0
  144.   0     168       0
  145.   0     197       0
  146.   0     226       0
  147.   0     255       0
  148.  26     255      26
  149.  51     255      51
  150.  77     255      77
  151. 102     255     102
  152. 128     255     128
  153. 153     255     153
  154. 179     255     179
  155. 204     255     204
  156.   0      51      17
  157.   0      77      26
  158.   0     102      34
  159.   0     128      43
  160.   0     153      51
  161.   0     179      60
  162.   0     204      68
  163.   0     230      77
  164.   0     255      85
  165.  29     255     104
  166.  58     255     124
  167.  87     255     143
  168. 117     255     163
  169. 146     255     182
  170. 175     255     202
  171. 204     255     221
  172.   0      51      34
  173.   0      74      49
  174.   0      96      64
  175.   0     119      79
  176.   0     142      94
  177.   0     164     110
  178.   0     187     125
  179.   0     210     140
  180.   0     232     155
  181.   0     255     170
  182.  34     255     181
  183.  68     255     193
  184. 102     255     204
  185. 136     255     215
  186. 170     255     227
  187. 204     255     238
  188.   0      51      51
  189.   0      77      77
  190.   0     102     102
  191.   0     128     128
  192.   0     153     153
  193.   0     179     179
  194.   0     204     204
  195.   0     230     230
  196.   0     255     255
  197.  29     255     255
  198.  58     255     255
  199.  87     255     255
  200. 117     255     255
  201. 146     255     255
  202. 175     255     255
  203. 204     255     255
  204.   0      26      51
  205.   0      40      80
  206.   0      55     109
  207.   0      69     138
  208.   0      84     168
  209.   0      98     197
  210.   0     113     226
  211.   0     128     255
  212.  26     140     255
  213.  51     153     255
  214.  77     166     255
  215. 102     179     255
  216. 128     191     255
  217. 153     204     255
  218. 179     217     255
  219. 204     230     255
  220.   0       0      51
  221.   0       0      85
  222.   0       0     119
  223.   0       0     153
  224.   0       0     187
  225.   0       0     221
  226.   0       0     255
  227.  23      23     255
  228.  45      45     255
  229.  68      68     255
  230.  91      91     255
  231. 113     113     255
  232. 136     136     255
  233. 159     159     255
  234. 181     181     255
  235. 204     204     255
  236.  26       0      51
  237.  38       0      77
  238.  51       0     102
  239.  64       0     128
  240.  77       0     153
  241.  89       0     179
  242. 102       0     204
  243. 115       0     230
  244. 128       0     255
  245. 142      29     255
  246. 157      58     255
  247. 171      87     255
  248. 186     117     255
  249. 200     146     255
  250. 215     175     255
  251. 230     204     255
  252.  51       0      51
  253.  77       0      77
  254. 102       0     102
  255. 128       0     128
  256. 153       0     153
  257. 179       0     179
  258. 204       0     204
  259. 230       0     230
  260. 255       0     255
  261. 255      29     255
  262. 255      58     255
  263. 255      87     255
  264. 255     117     255
  265. 255     146     255
  266. 255     175     255
  267. 255     204     255
  268.  51       0      26
  269.  77       0      38
  270. 102       0      51
  271. 128       0      64
  272. 153       0      77
  273. 179       0      89
  274. 204       0     102
  275. 230       0     115
  276. 255       0     128
  277. 255      29     142
  278. 255      58     157
  279. 255      87     171
  280. 255     117     186
  281. 255     146     200
  282. 255     175     215
  283. 255     204     230
  284.  
  285. 0                  ;  Number of dash segments device can handle
  286. 400                ;  Maximum line thickness device can handle
  287. 2                  ;  Clip supported: 0=none, 1=rectangular, 2=irregular
  288. 0 0 4400 4400      ;  Device default clip rectangle (all 0's means none)
  289. yes                ;  Can device handle lines with butt caps?
  290. yes                ;  Can device handle lines with round caps?
  291. yes                ;  Can device handle lines with square caps?
  292. yes                ;  Can device handle lines with miter joins?
  293. yes                ;  Can device handle lines with round joins?
  294. yes                ;  Can device handle lines with bevel joins?
  295. no                 ;  Can device handle intensities directly?
  296. yes                ;  Can device handle image intensities directly?
  297. no                 ;  If no, can device accept a downloaded color table?
  298. yes                ;  Can device handle even/odd polygon fills?
  299. yes                ;  Can device handle non zero wind polygon fills?
  300. yes                ;  Can device handle bezier' curves as coordinates?
  301. yes                ;  Can device handle image's?
  302. yes                ;  Can device handle imagemask's?
  303. yes                ;  Can device handle monochrome image's?
  304. yes                ;  Does device know about some fonts?
  305. yes                ;  Can device handle text strings directly?
  306. ;
  307. ;  Following are the supported font names for device.  These will be used
  308. ;  if the device knows about some fonts.
  309. ;
  310. Courier
  311. Courier-Oblique
  312. Courier-Bold
  313. Courier-BoldOblique
  314. Helvetica
  315. Helvetica-Oblique
  316. Helvetica-Bold
  317. Helvetica-BoldOblique
  318. Times-Roman
  319. Times-Italic
  320. Times-Bold
  321. Times-BoldItalic
  322. Symbol
  323. AvantGarde-Book
  324. AvantGarde-BookOblique
  325. AvantGarde-Demi
  326. AvantGarde-DemiOblique
  327. Bookman-Demi
  328. Bookman-DemiItalic
  329. Bookman-Light
  330. Bookman-LightItalic
  331. Helvetica-Narrow
  332. Helvetica-Narrow-Oblique
  333. Helvetica-Narrow-Bold
  334. Helvetica-Narrow-BoldOblique
  335. NewCenturySchlbk-Roman
  336. NewCenturySchlbk-Italic
  337. NewCenturySchlbk-Bold
  338. NewCenturySchlbk-BoldItalic
  339. Palatino-Roman
  340. ZapfChancery-MediumItalic
  341. ZapfDingbats
  342.