Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1527 lines
46 KiB

  1. *%
  2. *% Copyright (c) 1997 - 1999 Microsoft Corporation
  3. *% All Rights Reserved.
  4. *%
  5. *GPDSpecVersion: "1.0"
  6. *GPDFileVersion: "1.00"
  7. *GPDFileName: "KYLS650J.GPD"
  8. *Include: "STDNAMES.GPD"
  9. *CodePage: 1252
  10. *ModelName: "KYOCERA LS-6500"
  11. *MasterUnits: PAIR(600, 600)
  12. *ResourceDLL: "pcl5jre2.dll"
  13. *PrinterType: PAGE
  14. *MaxCopies: 999
  15. *% FontCartSlots: 1
  16. *%========== Orientation ==========
  17. *Feature: Orientation
  18. {
  19. *rcNameID: =ORIENTATION_DISPLAY
  20. *DefaultOption: PORTRAIT
  21. *Option: PORTRAIT
  22. {
  23. *rcNameID: =PORTRAIT_DISPLAY
  24. *Command: CmdSelect
  25. {
  26. *Order: DOC_SETUP.2
  27. *Cmd: "<1B>&l0O"
  28. }
  29. }
  30. *Option: LANDSCAPE_CC90
  31. {
  32. *rcNameID: =LANDSCAPE_DISPLAY
  33. *Command: CmdSelect
  34. {
  35. *Order: DOC_SETUP.2
  36. *Cmd: "<1B>&l1O"
  37. }
  38. }
  39. }
  40. *%========== InputBin ==========
  41. *Feature: InputBin
  42. {
  43. *rcNameID: =PAPER_SOURCE_DISPLAY
  44. *DefaultOption: CASSETTE
  45. *Option: CASSETTE
  46. {
  47. *rcNameID: =CASSETTE_DISPLAY
  48. *Command: CmdSelect
  49. {
  50. *Order: DOC_SETUP.7
  51. *Cmd: "<1B>&l1H"
  52. }
  53. }
  54. *Option: MANUAL
  55. {
  56. *rcNameID: =MANUAL_FEED_DISPLAY
  57. *Command: CmdSelect
  58. {
  59. *Order: DOC_SETUP.7
  60. *Cmd: "<1B>&l2H"
  61. }
  62. }
  63. *Option: Option3
  64. {
  65. *rcNameID: 275
  66. *Command: CmdSelect
  67. {
  68. *Order: DOC_SETUP.7
  69. *Cmd: "<1B>&l4H"
  70. }
  71. }
  72. *Option: Option4
  73. {
  74. *rcNameID: 279
  75. *Command: CmdSelect
  76. {
  77. *Order: DOC_SETUP.7
  78. *Cmd: "!R!CASS3;EXIT;"
  79. }
  80. }
  81. *Option: Option5
  82. {
  83. *rcNameID: 302
  84. *Command: CmdSelect
  85. {
  86. *Order: DOC_SETUP.7
  87. *Cmd: "<1B>&l6H"
  88. }
  89. }
  90. }
  91. *%========== Resolution ==========
  92. *Feature: Resolution
  93. {
  94. *rcNameID: =RESOLUTION_DISPLAY
  95. *DefaultOption: Option1
  96. *Option: Option1
  97. {
  98. *Name: "300 x 300 dots per inch"
  99. *DPI: PAIR(300, 300)
  100. *TextDPI: PAIR(300, 300)
  101. *MinStripBlankPixels: 32
  102. EXTERN_GLOBAL: *StripBlanks: LIST(ENCLOSED,TRAILING)
  103. *SpotDiameter: 100
  104. *Command: CmdBeginRaster { *Cmd : "<1B>*r1A" }
  105. *Command: CmdEndRaster { *Cmd : "<1B>*rB" }
  106. *Command: CmdSendBlockData { *Cmd : "<1B>*b" %d{NumOfDataBytes}"W" }
  107. *Command: CmdSelect
  108. {
  109. *Order: DOC_SETUP.9
  110. *Cmd: "<1B>*t300R"
  111. }
  112. }
  113. *Option: Option2
  114. {
  115. *Name: "150 x 150 dots per inch"
  116. *DPI: PAIR(150, 150)
  117. *TextDPI: PAIR(300, 300)
  118. *MinStripBlankPixels: 32
  119. EXTERN_GLOBAL: *StripBlanks: LIST(ENCLOSED,TRAILING)
  120. *SpotDiameter: 100
  121. *Command: CmdBeginRaster { *Cmd : "<1B>*r1A" }
  122. *Command: CmdEndRaster { *Cmd : "<1B>*rB" }
  123. *Command: CmdSendBlockData { *Cmd : "<1B>*b" %d{NumOfDataBytes}"W" }
  124. *Command: CmdSelect
  125. {
  126. *Order: DOC_SETUP.9
  127. *Cmd: "<1B>*t150R"
  128. }
  129. }
  130. *Option: Option3
  131. {
  132. *Name: "75 x 75 dots per inch"
  133. *DPI: PAIR(75, 75)
  134. *TextDPI: PAIR(300, 300)
  135. EXTERN_GLOBAL: *StripBlanks: LIST(TRAILING)
  136. *SpotDiameter: 100
  137. *Command: CmdBeginRaster { *Cmd : "<1B>*r1A" }
  138. *Command: CmdEndRaster { *Cmd : "<1B>*rB" }
  139. *Command: CmdSendBlockData { *Cmd : "<1B>*b" %d{NumOfDataBytes}"W" }
  140. *Command: CmdSelect
  141. {
  142. *Order: DOC_SETUP.9
  143. *Cmd: "<1B>*t75R"
  144. }
  145. }
  146. }
  147. *%========== PaperSize ==========
  148. *Feature: PaperSize
  149. {
  150. *rcNameID: =PAPER_SIZE_DISPLAY
  151. *DefaultOption: A4
  152. *Option: LETTER
  153. {
  154. *rcNameID: =LETTER_DISPLAY
  155. *switch: Orientation
  156. {
  157. *case: PORTRAIT
  158. {
  159. *PrintableArea: PAIR(4800, 6320)
  160. *PrintableOrigin: PAIR(120, 150)
  161. *switch: Resolution
  162. {
  163. *case: Option2
  164. {
  165. *PrintableArea: PAIR(4800, 6316)
  166. *PrintableOrigin: PAIR(120, 152)
  167. }
  168. *case: Option3
  169. {
  170. *PrintableArea: PAIR(4800, 6312)
  171. *PrintableOrigin: PAIR(120, 152)
  172. }
  173. }
  174. *CursorOrigin: PAIR(120, 150)
  175. *Command: CmdSelect
  176. {
  177. *Order: DOC_SETUP.8
  178. *Cmd: "<1B>&l2a4d1e42F"
  179. }
  180. }
  181. *case: LANDSCAPE_CC90
  182. {
  183. *PrintableArea: PAIR(4820, 6300)
  184. *PrintableOrigin: PAIR(150, 180)
  185. *switch: Resolution
  186. {
  187. *case: Option2
  188. {
  189. *PrintableArea: PAIR(4816, 6300)
  190. *PrintableOrigin: PAIR(152, 180)
  191. }
  192. *case: Option3
  193. {
  194. *PrintableArea: PAIR(4816, 6296)
  195. *PrintableOrigin: PAIR(152, 184)
  196. }
  197. }
  198. *CursorOrigin: PAIR(120, 6480)
  199. *Command: CmdSelect
  200. {
  201. *Order: DOC_SETUP.8
  202. *Cmd: "<1B>&l2a4d1e42F"
  203. }
  204. }
  205. }
  206. }
  207. *Option: LEGAL
  208. {
  209. *rcNameID: =LEGAL_DISPLAY
  210. *switch: Orientation
  211. {
  212. *case: PORTRAIT
  213. {
  214. *PrintableArea: PAIR(4800, 8120)
  215. *PrintableOrigin: PAIR(120, 150)
  216. *switch: Resolution
  217. {
  218. *case: Option2
  219. {
  220. *PrintableArea: PAIR(4800, 8116)
  221. *PrintableOrigin: PAIR(120, 152)
  222. }
  223. *case: Option3
  224. {
  225. *PrintableArea: PAIR(4800, 8112)
  226. *PrintableOrigin: PAIR(120, 152)
  227. }
  228. }
  229. *CursorOrigin: PAIR(120, 150)
  230. *Command: CmdSelect
  231. {
  232. *Order: DOC_SETUP.8
  233. *Cmd: "<1B>&l3a4d1e54F"
  234. }
  235. }
  236. *case: LANDSCAPE_CC90
  237. {
  238. *PrintableArea: PAIR(4820, 8100)
  239. *PrintableOrigin: PAIR(150, 180)
  240. *switch: Resolution
  241. {
  242. *case: Option2
  243. {
  244. *PrintableArea: PAIR(4816, 8100)
  245. *PrintableOrigin: PAIR(152, 180)
  246. }
  247. *case: Option3
  248. {
  249. *PrintableArea: PAIR(4816, 8096)
  250. *PrintableOrigin: PAIR(152, 184)
  251. }
  252. }
  253. *CursorOrigin: PAIR(120, 8280)
  254. *Command: CmdSelect
  255. {
  256. *Order: DOC_SETUP.8
  257. *Cmd: "<1B>&l3a4d1e54F"
  258. }
  259. }
  260. }
  261. }
  262. *Option: TABLOID
  263. {
  264. *rcNameID: =TABLOID_DISPLAY
  265. *switch: Orientation
  266. {
  267. *case: PORTRAIT
  268. {
  269. *PrintableArea: PAIR(6300, 9900)
  270. *PrintableOrigin: PAIR(150, 150)
  271. *switch: Resolution
  272. {
  273. *case: Option2
  274. {
  275. *PrintableArea: PAIR(6296, 9896)
  276. *PrintableOrigin: PAIR(152, 152)
  277. }
  278. *case: Option3
  279. {
  280. *PrintableArea: PAIR(6296, 9896)
  281. *PrintableOrigin: PAIR(152, 152)
  282. }
  283. }
  284. *CursorOrigin: PAIR(150, 150)
  285. *Command: CmdSelect
  286. {
  287. *Order: DOC_SETUP.8
  288. *Cmd: "<1B>&l6a8c1E"
  289. }
  290. }
  291. *case: LANDSCAPE_CC90
  292. {
  293. *PrintableArea: PAIR(6300, 9900)
  294. *PrintableOrigin: PAIR(150, 150)
  295. *switch: Resolution
  296. {
  297. *case: Option2
  298. {
  299. *PrintableArea: PAIR(6296, 9896)
  300. *PrintableOrigin: PAIR(152, 152)
  301. }
  302. *case: Option3
  303. {
  304. *PrintableArea: PAIR(6296, 9896)
  305. *PrintableOrigin: PAIR(152, 152)
  306. }
  307. }
  308. *CursorOrigin: PAIR(150, 10080)
  309. *Command: CmdSelect
  310. {
  311. *Order: DOC_SETUP.8
  312. *Cmd: "<1B>&l6a8c1E"
  313. }
  314. }
  315. }
  316. }
  317. *Option: EXECUTIVE
  318. {
  319. *rcNameID: =EXECUTIVE_DISPLAY
  320. *switch: Orientation
  321. {
  322. *case: PORTRAIT
  323. {
  324. *PrintableArea: PAIR(4050, 6020)
  325. *PrintableOrigin: PAIR(120, 150)
  326. *switch: Resolution
  327. {
  328. *case: Option2
  329. {
  330. *PrintableArea: PAIR(4048, 6016)
  331. *PrintableOrigin: PAIR(120, 152)
  332. }
  333. *case: Option3
  334. {
  335. *PrintableArea: PAIR(4048, 6016)
  336. *PrintableOrigin: PAIR(120, 152)
  337. }
  338. }
  339. *CursorOrigin: PAIR(120, 150)
  340. *Command: CmdSelect
  341. {
  342. *Order: DOC_SETUP.8
  343. *Cmd: "<1B>&l1a4d1e40F"
  344. }
  345. }
  346. *case: LANDSCAPE_CC90
  347. {
  348. *PrintableArea: PAIR(4070, 6000)
  349. *PrintableOrigin: PAIR(150, 180)
  350. *switch: Resolution
  351. {
  352. *case: Option2
  353. {
  354. *PrintableArea: PAIR(4068, 6000)
  355. *PrintableOrigin: PAIR(152, 180)
  356. }
  357. *case: Option3
  358. {
  359. *PrintableArea: PAIR(4064, 5992)
  360. *PrintableOrigin: PAIR(152, 184)
  361. }
  362. }
  363. *CursorOrigin: PAIR(120, 6180)
  364. *Command: CmdSelect
  365. {
  366. *Order: DOC_SETUP.8
  367. *Cmd: "<1B>&l1a4d1e40F"
  368. }
  369. }
  370. }
  371. }
  372. *Option: A3
  373. {
  374. *rcNameID: =A3_DISPLAY
  375. *switch: Orientation
  376. {
  377. *case: PORTRAIT
  378. {
  379. *PrintableArea: PAIR(6714, 9624)
  380. *PrintableOrigin: PAIR(150, 150)
  381. *switch: Resolution
  382. {
  383. *case: Option2
  384. {
  385. *PrintableArea: PAIR(6712, 9620)
  386. *PrintableOrigin: PAIR(152, 152)
  387. }
  388. *case: Option3
  389. {
  390. *PrintableArea: PAIR(6712, 9616)
  391. *PrintableOrigin: PAIR(152, 152)
  392. }
  393. }
  394. *CursorOrigin: PAIR(150, 150)
  395. *Command: CmdSelect
  396. {
  397. *Order: DOC_SETUP.8
  398. *Cmd: "<1B>&l27a8c1E"
  399. }
  400. }
  401. *case: LANDSCAPE_CC90
  402. {
  403. *PrintableArea: PAIR(6714, 9624)
  404. *PrintableOrigin: PAIR(150, 150)
  405. *switch: Resolution
  406. {
  407. *case: Option2
  408. {
  409. *PrintableArea: PAIR(6712, 9620)
  410. *PrintableOrigin: PAIR(152, 152)
  411. }
  412. *case: Option3
  413. {
  414. *PrintableArea: PAIR(6712, 9616)
  415. *PrintableOrigin: PAIR(152, 152)
  416. }
  417. }
  418. *CursorOrigin: PAIR(150, 9804)
  419. *Command: CmdSelect
  420. {
  421. *Order: DOC_SETUP.8
  422. *Cmd: "<1B>&l27a8c1E"
  423. }
  424. }
  425. }
  426. }
  427. *Option: A4
  428. {
  429. *rcNameID: =A4_DISPLAY
  430. *switch: Orientation
  431. {
  432. *case: PORTRAIT
  433. {
  434. *PrintableArea: PAIR(4660, 6734)
  435. *PrintableOrigin: PAIR(120, 150)
  436. *switch: Resolution
  437. {
  438. *case: Option2
  439. {
  440. *PrintableArea: PAIR(4660, 6732)
  441. *PrintableOrigin: PAIR(120, 152)
  442. }
  443. *case: Option3
  444. {
  445. *PrintableArea: PAIR(4656, 6728)
  446. *PrintableOrigin: PAIR(120, 152)
  447. }
  448. }
  449. *CursorOrigin: PAIR(110, 150)
  450. *Command: CmdSelect
  451. {
  452. *Order: DOC_SETUP.8
  453. *Cmd: "<1B>&l26a4d1e45F"
  454. }
  455. }
  456. *case: LANDSCAPE_CC90
  457. {
  458. *PrintableArea: PAIR(4680, 6714)
  459. *PrintableOrigin: PAIR(150, 180)
  460. *switch: Resolution
  461. {
  462. *case: Option2
  463. {
  464. *PrintableArea: PAIR(4680, 6712)
  465. *PrintableOrigin: PAIR(152, 180)
  466. }
  467. *case: Option3
  468. {
  469. *PrintableArea: PAIR(4680, 6704)
  470. *PrintableOrigin: PAIR(152, 184)
  471. }
  472. }
  473. *CursorOrigin: PAIR(120, 6894)
  474. *Command: CmdSelect
  475. {
  476. *Order: DOC_SETUP.8
  477. *Cmd: "<1B>&l26a4d1e45F"
  478. }
  479. }
  480. }
  481. }
  482. *Option: A5
  483. {
  484. *rcNameID: =A5_DISPLAY
  485. *switch: Orientation
  486. {
  487. *case: PORTRAIT
  488. {
  489. *PrintableArea: PAIR(3198, 4542)
  490. *PrintableOrigin: PAIR(120, 150)
  491. *switch: Resolution
  492. {
  493. *case: Option2
  494. {
  495. *PrintableArea: PAIR(3196, 4540)
  496. *PrintableOrigin: PAIR(120, 152)
  497. }
  498. *case: Option3
  499. {
  500. *PrintableArea: PAIR(3192, 4536)
  501. *PrintableOrigin: PAIR(120, 152)
  502. }
  503. }
  504. *CursorOrigin: PAIR(110, 150)
  505. *Command: CmdSelect
  506. {
  507. *Order: DOC_SETUP.8
  508. *Cmd: "!R!SPSZ13,0;EXIT;"
  509. }
  510. }
  511. *case: LANDSCAPE_CC90
  512. {
  513. *PrintableArea: PAIR(3078, 4662)
  514. *PrintableOrigin: PAIR(150, 180)
  515. *switch: Resolution
  516. {
  517. *case: Option2
  518. {
  519. *PrintableArea: PAIR(3076, 4660)
  520. *PrintableOrigin: PAIR(152, 180)
  521. }
  522. *case: Option3
  523. {
  524. *PrintableArea: PAIR(3072, 4656)
  525. *PrintableOrigin: PAIR(152, 184)
  526. }
  527. }
  528. *CursorOrigin: PAIR(120, 4842)
  529. *Command: CmdSelect
  530. {
  531. *Order: DOC_SETUP.8
  532. *Cmd: "!R!SPSZ13,0;EXIT;"
  533. }
  534. }
  535. }
  536. }
  537. *Option: A6
  538. {
  539. *rcNameID: =A6_DISPLAY
  540. *switch: Orientation
  541. {
  542. *case: PORTRAIT
  543. {
  544. *PrintableArea: PAIR(2178, 3068)
  545. *PrintableOrigin: PAIR(120, 300)
  546. *switch: Resolution
  547. {
  548. *case: Option2
  549. {
  550. *PrintableArea: PAIR(2176, 3068)
  551. }
  552. *case: Option3
  553. {
  554. *PrintableArea: PAIR(2176, 3064)
  555. *PrintableOrigin: PAIR(120, 304)
  556. }
  557. }
  558. *CursorOrigin: PAIR(110, 150)
  559. *Command: CmdSelect
  560. {
  561. *Order: DOC_SETUP.8
  562. *Cmd: "!R!SPSZ14,0;EXIT;"
  563. }
  564. }
  565. *case: LANDSCAPE_CC90
  566. {
  567. *PrintableArea: PAIR(2048, 3198)
  568. *PrintableOrigin: PAIR(300, 180)
  569. *switch: Resolution
  570. {
  571. *case: Option2
  572. {
  573. *PrintableArea: PAIR(2048, 3196)
  574. }
  575. *case: Option3
  576. {
  577. *PrintableArea: PAIR(2040, 3192)
  578. *PrintableOrigin: PAIR(304, 184)
  579. }
  580. }
  581. *CursorOrigin: PAIR(120, 3378)
  582. *Command: CmdSelect
  583. {
  584. *Order: DOC_SETUP.8
  585. *Cmd: "!R!SPSZ14,0;EXIT;"
  586. }
  587. }
  588. }
  589. }
  590. *Option: B4
  591. {
  592. *rcNameID: =B4_DISPLAY
  593. *switch: Orientation
  594. {
  595. *case: PORTRAIT
  596. {
  597. *PrintableArea: PAIR(5770, 8168)
  598. *PrintableOrigin: PAIR(120, 300)
  599. *switch: Resolution
  600. {
  601. *case: Option3
  602. {
  603. *PrintableArea: PAIR(5768, 8168)
  604. *PrintableOrigin: PAIR(120, 304)
  605. }
  606. }
  607. *CursorOrigin: PAIR(110, 150)
  608. *Command: CmdSelect
  609. {
  610. *Order: DOC_SETUP.8
  611. *Cmd: "!R!SPSZ11,0;EXIT;"
  612. }
  613. }
  614. *case: LANDSCAPE_CC90
  615. {
  616. *PrintableArea: PAIR(5640, 8298)
  617. *PrintableOrigin: PAIR(300, 180)
  618. *switch: Resolution
  619. {
  620. *case: Option2
  621. {
  622. *PrintableArea: PAIR(5640, 8296)
  623. }
  624. *case: Option3
  625. {
  626. *PrintableOrigin: PAIR(304, 184)
  627. }
  628. }
  629. *CursorOrigin: PAIR(120, 8478)
  630. *Command: CmdSelect
  631. {
  632. *Order: DOC_SETUP.8
  633. *Cmd: "!R!SPSZ11,0;EXIT;"
  634. }
  635. }
  636. }
  637. }
  638. *Option: B5
  639. {
  640. *rcNameID: =B5_DISPLAY
  641. *switch: Orientation
  642. {
  643. *case: PORTRAIT
  644. {
  645. *PrintableArea: PAIR(3922, 5612)
  646. *PrintableOrigin: PAIR(150, 310)
  647. *switch: Resolution
  648. {
  649. *case: Option2
  650. {
  651. *PrintableArea: PAIR(3920, 5608)
  652. *PrintableOrigin: PAIR(152, 312)
  653. }
  654. *case: Option3
  655. {
  656. *PrintableArea: PAIR(3920, 5608)
  657. *PrintableOrigin: PAIR(152, 312)
  658. }
  659. }
  660. *CursorOrigin: PAIR(122, 150)
  661. *Command: CmdSelect
  662. {
  663. *Order: DOC_SETUP.8
  664. *Cmd: "!R!SPSZ9,0;EXIT;"
  665. }
  666. }
  667. *case: LANDSCAPE_CC90
  668. {
  669. *PrintableArea: PAIR(3772, 5772)
  670. *PrintableOrigin: PAIR(300, 150)
  671. *switch: Resolution
  672. {
  673. *case: Option2
  674. {
  675. *PrintableArea: PAIR(3772, 5768)
  676. *PrintableOrigin: PAIR(300, 152)
  677. }
  678. *case: Option3
  679. {
  680. *PrintableArea: PAIR(3768, 5768)
  681. *PrintableOrigin: PAIR(304, 152)
  682. }
  683. }
  684. *CursorOrigin: PAIR(120, 5910)
  685. *Command: CmdSelect
  686. {
  687. *Order: DOC_SETUP.8
  688. *Cmd: "!R!SPSZ9,0;EXIT;"
  689. }
  690. }
  691. }
  692. }
  693. *Option: Option11
  694. {
  695. *rcNameID: 258
  696. *PageDimensions: PAIR(2953, 4157)
  697. *switch: Orientation
  698. {
  699. *case: PORTRAIT
  700. {
  701. *PrintableArea: PAIR(2573, 3857)
  702. *PrintableOrigin: PAIR(150, 150)
  703. *switch: Resolution
  704. {
  705. *case: Option1
  706. {
  707. *PrintableArea: PAIR(2572, 3856)
  708. }
  709. *case: Option2
  710. {
  711. *PrintableArea: PAIR(2568, 3852)
  712. *PrintableOrigin: PAIR(152, 152)
  713. }
  714. *case: Option3
  715. {
  716. *PrintableArea: PAIR(2568, 3848)
  717. *PrintableOrigin: PAIR(152, 152)
  718. }
  719. }
  720. *CursorOrigin: PAIR(122, 150)
  721. *Command: CmdSelect
  722. {
  723. *Order: DOC_SETUP.8
  724. *Cmd: "!R!SPSZ15,0;EXIT;"
  725. }
  726. }
  727. *case: LANDSCAPE_CC90
  728. {
  729. *PrintableArea: PAIR(2573, 3857)
  730. *PrintableOrigin: PAIR(150, 150)
  731. *switch: Resolution
  732. {
  733. *case: Option1
  734. {
  735. *PrintableArea: PAIR(2572, 3856)
  736. }
  737. *case: Option2
  738. {
  739. *PrintableArea: PAIR(2568, 3852)
  740. *PrintableOrigin: PAIR(152, 152)
  741. }
  742. *case: Option3
  743. {
  744. *PrintableArea: PAIR(2568, 3848)
  745. *PrintableOrigin: PAIR(152, 152)
  746. }
  747. }
  748. *CursorOrigin: PAIR(120, 4022)
  749. *Command: CmdSelect
  750. {
  751. *Order: DOC_SETUP.8
  752. *Cmd: "!R!SPSZ15,0;EXIT;"
  753. }
  754. }
  755. }
  756. }
  757. *Option: JAPANESE_POSTCARD
  758. {
  759. *rcNameID: =JAPANESE_POSTCARD_DISPLAY
  760. *switch: Orientation
  761. {
  762. *case: PORTRAIT
  763. {
  764. *PrintableArea: PAIR(1984, 3048)
  765. *PrintableOrigin: PAIR(150, 300)
  766. *switch: Resolution
  767. {
  768. *case: Option2
  769. {
  770. *PrintableArea: PAIR(1980, 3048)
  771. *PrintableOrigin: PAIR(152, 300)
  772. }
  773. *case: Option3
  774. {
  775. *PrintableArea: PAIR(1976, 3040)
  776. *PrintableOrigin: PAIR(152, 304)
  777. }
  778. }
  779. *CursorOrigin: PAIR(122, 150)
  780. *Command: CmdSelect
  781. {
  782. *Order: DOC_SETUP.8
  783. *Cmd: "!R!SPSZ14,0;EXIT;"
  784. }
  785. }
  786. *case: LANDSCAPE_CC90
  787. {
  788. *PrintableArea: PAIR(1834, 3198)
  789. *PrintableOrigin: PAIR(300, 150)
  790. *switch: Resolution
  791. {
  792. *case: Option2
  793. {
  794. *PrintableArea: PAIR(1832, 3196)
  795. *PrintableOrigin: PAIR(300, 152)
  796. }
  797. *case: Option3
  798. {
  799. *PrintableArea: PAIR(1824, 3192)
  800. *PrintableOrigin: PAIR(304, 152)
  801. }
  802. }
  803. *CursorOrigin: PAIR(120, 3362)
  804. *Command: CmdSelect
  805. {
  806. *Order: DOC_SETUP.8
  807. *Cmd: "!R!SPSZ14,0;EXIT;"
  808. }
  809. }
  810. }
  811. }
  812. *Option: ENV_10
  813. {
  814. *rcNameID: =ENV_10_DISPLAY
  815. *switch: Orientation
  816. {
  817. *case: PORTRAIT
  818. {
  819. *PrintableArea: PAIR(2168, 5420)
  820. *PrintableOrigin: PAIR(120, 150)
  821. *switch: Resolution
  822. {
  823. *case: Option2
  824. {
  825. *PrintableArea: PAIR(2168, 5416)
  826. *PrintableOrigin: PAIR(120, 152)
  827. }
  828. *case: Option3
  829. {
  830. *PrintableArea: PAIR(2168, 5416)
  831. *PrintableOrigin: PAIR(120, 152)
  832. }
  833. }
  834. *CursorOrigin: PAIR(120, 150)
  835. *Command: CmdSelect
  836. {
  837. *Order: DOC_SETUP.8
  838. *Cmd: "<1B>&l81a4d1E"
  839. }
  840. }
  841. *case: LANDSCAPE_CC90
  842. {
  843. *PrintableArea: PAIR(2218, 5420)
  844. *PrintableOrigin: PAIR(120, 150)
  845. *switch: Resolution
  846. {
  847. *case: Option2
  848. {
  849. *PrintableArea: PAIR(2216, 5416)
  850. *PrintableOrigin: PAIR(120, 152)
  851. }
  852. *case: Option3
  853. {
  854. *PrintableArea: PAIR(2216, 5416)
  855. *PrintableOrigin: PAIR(120, 152)
  856. }
  857. }
  858. *CursorOrigin: PAIR(120, 5580)
  859. *Command: CmdSelect
  860. {
  861. *Order: DOC_SETUP.8
  862. *Cmd: "<1B>&l81a4d1E"
  863. }
  864. }
  865. }
  866. }
  867. *Option: ENV_DL
  868. {
  869. *rcNameID: =ENV_DL_DISPLAY
  870. *switch: Orientation
  871. {
  872. *case: PORTRAIT
  873. {
  874. *PrintableArea: PAIR(2288, 4916)
  875. *PrintableOrigin: PAIR(120, 150)
  876. *switch: Resolution
  877. {
  878. *case: Option2
  879. {
  880. *PrintableArea: PAIR(2288, 4912)
  881. *PrintableOrigin: PAIR(120, 152)
  882. }
  883. *case: Option3
  884. {
  885. *PrintableArea: PAIR(2288, 4912)
  886. *PrintableOrigin: PAIR(120, 152)
  887. }
  888. }
  889. *CursorOrigin: PAIR(120, 150)
  890. *Command: CmdSelect
  891. {
  892. *Order: DOC_SETUP.8
  893. *Cmd: "<1B>&l90a4d1E"
  894. }
  895. }
  896. *case: LANDSCAPE_CC90
  897. {
  898. *PrintableArea: PAIR(2338, 4916)
  899. *PrintableOrigin: PAIR(120, 150)
  900. *switch: Resolution
  901. {
  902. *case: Option2
  903. {
  904. *PrintableArea: PAIR(2336, 4912)
  905. *PrintableOrigin: PAIR(120, 152)
  906. }
  907. *case: Option3
  908. {
  909. *PrintableArea: PAIR(2336, 4912)
  910. *PrintableOrigin: PAIR(120, 152)
  911. }
  912. }
  913. *CursorOrigin: PAIR(120, 5076)
  914. *Command: CmdSelect
  915. {
  916. *Order: DOC_SETUP.8
  917. *Cmd: "<1B>&l90a4d1E"
  918. }
  919. }
  920. }
  921. }
  922. *Option: ENV_C5
  923. {
  924. *rcNameID: =ENV_C5_DISPLAY
  925. *switch: Orientation
  926. {
  927. *case: PORTRAIT
  928. {
  929. *PrintableArea: PAIR(3518, 5132)
  930. *PrintableOrigin: PAIR(120, 150)
  931. *switch: Resolution
  932. {
  933. *case: Option2
  934. {
  935. *PrintableArea: PAIR(3516, 5128)
  936. *PrintableOrigin: PAIR(120, 152)
  937. }
  938. *case: Option3
  939. {
  940. *PrintableArea: PAIR(3512, 5128)
  941. *PrintableOrigin: PAIR(120, 152)
  942. }
  943. }
  944. *CursorOrigin: PAIR(120, 150)
  945. *Command: CmdSelect
  946. {
  947. *Order: DOC_SETUP.8
  948. *Cmd: "<1B>&l91a4d1E"
  949. }
  950. }
  951. *case: LANDSCAPE_CC90
  952. {
  953. *PrintableArea: PAIR(3568, 5132)
  954. *PrintableOrigin: PAIR(120, 150)
  955. *switch: Resolution
  956. {
  957. *case: Option2
  958. {
  959. *PrintableArea: PAIR(3568, 5128)
  960. *PrintableOrigin: PAIR(120, 152)
  961. }
  962. *case: Option3
  963. {
  964. *PrintableArea: PAIR(3568, 5128)
  965. *PrintableOrigin: PAIR(120, 152)
  966. }
  967. }
  968. *CursorOrigin: PAIR(120, 5292)
  969. *Command: CmdSelect
  970. {
  971. *Order: DOC_SETUP.8
  972. *Cmd: "<1B>&l91a4d1E"
  973. }
  974. }
  975. }
  976. }
  977. *Option: ENV_MONARCH
  978. {
  979. *rcNameID: =ENV_MONARCH_DISPLAY
  980. *switch: Orientation
  981. {
  982. *case: PORTRAIT
  983. {
  984. *PrintableArea: PAIR(2018, 4220)
  985. *PrintableOrigin: PAIR(120, 150)
  986. *switch: Resolution
  987. {
  988. *case: Option2
  989. {
  990. *PrintableArea: PAIR(2016, 4216)
  991. *PrintableOrigin: PAIR(120, 152)
  992. }
  993. *case: Option3
  994. {
  995. *PrintableArea: PAIR(2016, 4216)
  996. *PrintableOrigin: PAIR(120, 152)
  997. }
  998. }
  999. *CursorOrigin: PAIR(120, 150)
  1000. *Command: CmdSelect
  1001. {
  1002. *Order: DOC_SETUP.8
  1003. *Cmd: "<1B>&l80a4d1E"
  1004. }
  1005. }
  1006. *case: LANDSCAPE_CC90
  1007. {
  1008. *PrintableArea: PAIR(2068, 4220)
  1009. *PrintableOrigin: PAIR(120, 150)
  1010. *switch: Resolution
  1011. {
  1012. *case: Option2
  1013. {
  1014. *PrintableArea: PAIR(2068, 4216)
  1015. *PrintableOrigin: PAIR(120, 152)
  1016. }
  1017. *case: Option3
  1018. {
  1019. *PrintableArea: PAIR(2064, 4216)
  1020. *PrintableOrigin: PAIR(120, 152)
  1021. }
  1022. }
  1023. *CursorOrigin: PAIR(120, 4380)
  1024. *Command: CmdSelect
  1025. {
  1026. *Order: DOC_SETUP.8
  1027. *Cmd: "<1B>&l80a4d1E"
  1028. }
  1029. }
  1030. }
  1031. }
  1032. *Option: Option17
  1033. {
  1034. *rcNameID: 260
  1035. *PageDimensions: PAIR(6072, 8598)
  1036. *switch: Orientation
  1037. {
  1038. *case: PORTRAIT
  1039. {
  1040. *PrintableArea: PAIR(5832, 8318)
  1041. *PrintableOrigin: PAIR(120, 150)
  1042. *switch: Resolution
  1043. {
  1044. *case: Option2
  1045. {
  1046. *PrintableArea: PAIR(5832, 8316)
  1047. *PrintableOrigin: PAIR(120, 152)
  1048. }
  1049. *case: Option3
  1050. {
  1051. *PrintableArea: PAIR(5832, 8312)
  1052. *PrintableOrigin: PAIR(120, 152)
  1053. }
  1054. }
  1055. *CursorOrigin: PAIR(120, 150)
  1056. *Command: CmdSelect
  1057. {
  1058. *Order: DOC_SETUP.8
  1059. *Cmd: "!R!SPSZ11,6;EXIT;"
  1060. }
  1061. }
  1062. *case: LANDSCAPE_CC90
  1063. {
  1064. *PrintableArea: PAIR(5832, 8318)
  1065. *PrintableOrigin: PAIR(120, 150)
  1066. *switch: Resolution
  1067. {
  1068. *case: Option2
  1069. {
  1070. *PrintableArea: PAIR(5832, 8316)
  1071. *PrintableOrigin: PAIR(120, 152)
  1072. }
  1073. *case: Option3
  1074. {
  1075. *PrintableArea: PAIR(5832, 8312)
  1076. *PrintableOrigin: PAIR(120, 152)
  1077. }
  1078. }
  1079. *CursorOrigin: PAIR(120, 8478)
  1080. *Command: CmdSelect
  1081. {
  1082. *Order: DOC_SETUP.8
  1083. *Cmd: "!R!SPSZ11,6;EXIT;"
  1084. }
  1085. }
  1086. }
  1087. }
  1088. *Option: Option18
  1089. {
  1090. *rcNameID: 261
  1091. *PageDimensions: PAIR(7014, 9924)
  1092. *switch: Orientation
  1093. {
  1094. *case: PORTRAIT
  1095. {
  1096. *PrintableArea: PAIR(6774, 9644)
  1097. *PrintableOrigin: PAIR(120, 150)
  1098. *switch: Resolution
  1099. {
  1100. *case: Option2
  1101. {
  1102. *PrintableArea: PAIR(6772, 9640)
  1103. *PrintableOrigin: PAIR(120, 152)
  1104. }
  1105. *case: Option3
  1106. {
  1107. *PrintableArea: PAIR(6768, 9640)
  1108. *PrintableOrigin: PAIR(120, 152)
  1109. }
  1110. }
  1111. *CursorOrigin: PAIR(120, 150)
  1112. *Command: CmdSelect
  1113. {
  1114. *Order: DOC_SETUP.8
  1115. *Cmd: "!R!SPSZ10,5;EXIT;"
  1116. }
  1117. }
  1118. *case: LANDSCAPE_CC90
  1119. {
  1120. *PrintableArea: PAIR(6774, 9644)
  1121. *PrintableOrigin: PAIR(120, 150)
  1122. *switch: Resolution
  1123. {
  1124. *case: Option2
  1125. {
  1126. *PrintableArea: PAIR(6772, 9640)
  1127. *PrintableOrigin: PAIR(120, 152)
  1128. }
  1129. *case: Option3
  1130. {
  1131. *PrintableArea: PAIR(6768, 9640)
  1132. *PrintableOrigin: PAIR(120, 152)
  1133. }
  1134. }
  1135. *CursorOrigin: PAIR(120, 9804)
  1136. *Command: CmdSelect
  1137. {
  1138. *Order: DOC_SETUP.8
  1139. *Cmd: "!R!SPSZ10,5;EXIT;"
  1140. }
  1141. }
  1142. }
  1143. }
  1144. *Option: Option19
  1145. {
  1146. *rcNameID: 263
  1147. *PageDimensions: PAIR(6600, 9000)
  1148. *switch: Orientation
  1149. {
  1150. *case: PORTRAIT
  1151. {
  1152. *PrintableArea: PAIR(6360, 8720)
  1153. *PrintableOrigin: PAIR(120, 150)
  1154. *switch: Resolution
  1155. {
  1156. *case: Option2
  1157. {
  1158. *PrintableArea: PAIR(6360, 8716)
  1159. *PrintableOrigin: PAIR(120, 152)
  1160. }
  1161. *case: Option3
  1162. {
  1163. *PrintableArea: PAIR(6360, 8712)
  1164. *PrintableOrigin: PAIR(120, 152)
  1165. }
  1166. }
  1167. *CursorOrigin: PAIR(120, 150)
  1168. *Command: CmdSelect
  1169. {
  1170. *Order: DOC_SETUP.8
  1171. *Cmd: "!R!SPSZ23;EXIT;"
  1172. }
  1173. }
  1174. *case: LANDSCAPE_CC90
  1175. {
  1176. *PrintableArea: PAIR(6360, 8720)
  1177. *PrintableOrigin: PAIR(120, 150)
  1178. *switch: Resolution
  1179. {
  1180. *case: Option2
  1181. {
  1182. *PrintableArea: PAIR(6360, 8716)
  1183. *PrintableOrigin: PAIR(120, 152)
  1184. }
  1185. *case: Option3
  1186. {
  1187. *PrintableArea: PAIR(6360, 8712)
  1188. *PrintableOrigin: PAIR(120, 152)
  1189. }
  1190. }
  1191. *CursorOrigin: PAIR(120, 8880)
  1192. *Command: CmdSelect
  1193. {
  1194. *Order: DOC_SETUP.8
  1195. *Cmd: "!R!SPSZ23;EXIT;"
  1196. }
  1197. }
  1198. }
  1199. }
  1200. *Option: Option20
  1201. {
  1202. *rcNameID: 264
  1203. *PageDimensions: PAIR(6600, 9000)
  1204. *switch: Orientation
  1205. {
  1206. *case: PORTRAIT
  1207. {
  1208. *PrintableArea: PAIR(6360, 8720)
  1209. *PrintableOrigin: PAIR(120, 150)
  1210. *switch: Resolution
  1211. {
  1212. *case: Option2
  1213. {
  1214. *PrintableArea: PAIR(6360, 8716)
  1215. *PrintableOrigin: PAIR(120, 152)
  1216. }
  1217. *case: Option3
  1218. {
  1219. *PrintableArea: PAIR(6360, 8712)
  1220. *PrintableOrigin: PAIR(120, 152)
  1221. }
  1222. }
  1223. *CursorOrigin: PAIR(120, 150)
  1224. *Command: CmdSelect
  1225. {
  1226. *Order: DOC_SETUP.8
  1227. *Cmd: "!R!SPSZ24;EXIT;"
  1228. }
  1229. }
  1230. *case: LANDSCAPE_CC90
  1231. {
  1232. *PrintableArea: PAIR(6360, 8720)
  1233. *PrintableOrigin: PAIR(120, 150)
  1234. *switch: Resolution
  1235. {
  1236. *case: Option2
  1237. {
  1238. *PrintableArea: PAIR(6360, 8716)
  1239. *PrintableOrigin: PAIR(120, 152)
  1240. }
  1241. *case: Option3
  1242. {
  1243. *PrintableArea: PAIR(6360, 8712)
  1244. *PrintableOrigin: PAIR(120, 152)
  1245. }
  1246. }
  1247. *CursorOrigin: PAIR(120, 8880)
  1248. *Command: CmdSelect
  1249. {
  1250. *Order: DOC_SETUP.8
  1251. *Cmd: "!R!SPSZ24;EXIT;"
  1252. }
  1253. }
  1254. }
  1255. }
  1256. }
  1257. *%========== MediaType ==========
  1258. *Feature: MediaType
  1259. {
  1260. *rcNameID: =MEDIA_TYPE_DISPLAY
  1261. *DefaultOption: Option1
  1262. *Option: Option1
  1263. {
  1264. *rcNameID: 266
  1265. *Command: CmdSelect
  1266. {
  1267. *Order: DOC_SETUP.6
  1268. *Cmd: "!R!EPL0;EXIT;"
  1269. }
  1270. }
  1271. *Option: Option2
  1272. {
  1273. *rcNameID: 268
  1274. *Command: CmdSelect
  1275. {
  1276. *Order: DOC_SETUP.6
  1277. *Cmd: "!R!EPL1;EXIT;"
  1278. }
  1279. }
  1280. *Option: Option3
  1281. {
  1282. *rcNameID: 269
  1283. *Command: CmdSelect
  1284. {
  1285. *Order: DOC_SETUP.6
  1286. *Cmd: "!R!EPL2;EXIT;"
  1287. }
  1288. }
  1289. *Option: Option4
  1290. {
  1291. *rcNameID: 270
  1292. *Command: CmdSelect
  1293. {
  1294. *Order: DOC_SETUP.6
  1295. *Cmd: "!R!EPL3;EXIT;"
  1296. }
  1297. }
  1298. }
  1299. *%========== PrintQuality ==========
  1300. *Feature: PrintQuality
  1301. {
  1302. *rcNameID: =TEXT_QUALITY_DISPLAY
  1303. *DefaultOption: Option3
  1304. *Option: Option1
  1305. {
  1306. *rcNameID: 357
  1307. *Command: CmdSelect
  1308. {
  1309. *Order: DOC_SETUP.5
  1310. *Cmd: "!R!SIR0;EXIT;"
  1311. }
  1312. }
  1313. *Option: Option2
  1314. {
  1315. *rcNameID: 359
  1316. *Command: CmdSelect
  1317. {
  1318. *Order: DOC_SETUP.5
  1319. *Cmd: "!R!SIR1;EXIT;"
  1320. }
  1321. }
  1322. *Option: Option3
  1323. {
  1324. *rcNameID: 360
  1325. *Command: CmdSelect
  1326. {
  1327. *Order: DOC_SETUP.5
  1328. *Cmd: "!R!SIR2;EXIT;"
  1329. }
  1330. }
  1331. *Option: Option4
  1332. {
  1333. *rcNameID: 361
  1334. *Command: CmdSelect
  1335. {
  1336. *Order: DOC_SETUP.5
  1337. *Cmd: "!R!SIR3;EXIT;"
  1338. }
  1339. }
  1340. }
  1341. *%========== OutputBin ==========
  1342. *Feature: OutputBin
  1343. {
  1344. *rcNameID: =OUTPUTBIN_DISPLAY
  1345. *DefaultOption: Option1
  1346. *Option: Option1
  1347. {
  1348. *rcNameID: 303
  1349. }
  1350. *Option: Option2
  1351. {
  1352. *rcNameID: 304
  1353. *Command: CmdSelect
  1354. {
  1355. *Order: DOC_SETUP.11
  1356. *Cmd: "!R!STAK1;EXIT;"
  1357. }
  1358. }
  1359. *Option: Option3
  1360. {
  1361. *rcNameID: 305
  1362. *Command: CmdSelect
  1363. {
  1364. *Order: DOC_SETUP.11
  1365. *Cmd: "!R!STAK2;EXIT;"
  1366. }
  1367. }
  1368. }
  1369. *%========== Halftone ==========
  1370. *Feature: Halftone
  1371. {
  1372. *rcNameID: =HALFTONING_DISPLAY
  1373. *DefaultOption: HT_PATSIZE_AUTO
  1374. *Option: HT_PATSIZE_AUTO
  1375. {
  1376. *rcNameID: =HT_AUTO_SELECT_DISPLAY
  1377. }
  1378. *Option: HT_PATSIZE_SUPERCELL_M
  1379. {
  1380. *rcNameID: =HT_SUPERCELL_DISPLAY
  1381. }
  1382. *Option: HT_PATSIZE_6x6_M
  1383. {
  1384. *rcNameID: =HT_DITHER6X6_DISPLAY
  1385. }
  1386. *Option: HT_PATSIZE_8x8_M
  1387. {
  1388. *rcNameID: =HT_DITHER8X8_DISPLAY
  1389. }
  1390. }
  1391. *%========== Memory ==========
  1392. *Feature: Memory
  1393. {
  1394. *rcNameID: =PRINTER_MEMORY_DISPLAY
  1395. *DefaultOption: 3072KB
  1396. *Option: 3072KB
  1397. {
  1398. *Name: "3MB"
  1399. *MemoryConfigKB: PAIR(3072, 700)
  1400. }
  1401. *Option: 7168KB
  1402. {
  1403. *Name: "7MB"
  1404. *MemoryConfigKB: PAIR(7168, 3584)
  1405. }
  1406. *Option: 11264KB
  1407. {
  1408. *Name: "11MB"
  1409. *MemoryConfigKB: PAIR(11264, 7686)
  1410. }
  1411. *Option: 15360KB
  1412. {
  1413. *Name: "15MB"
  1414. *MemoryConfigKB: PAIR(15360, 11776)
  1415. }
  1416. *Option: 19456KB
  1417. {
  1418. *Name: "19MB"
  1419. *MemoryConfigKB: PAIR(19456, 15872)
  1420. }
  1421. }
  1422. *%========== Job Control Command ==========
  1423. *Command: CmdStartDoc
  1424. {
  1425. *Order: DOC_SETUP.1
  1426. *Cmd: "!R!RES;SEM6;EXIT;<1B>E<1B>&l0S<1B>*r0F"
  1427. }
  1428. *Command: CmdStartPage
  1429. {
  1430. *Order: PAGE_SETUP.1
  1431. *Cmd: "<1B>*b0M<0D>"
  1432. }
  1433. *Command: CmdEndJob
  1434. {
  1435. *Order: JOB_FINISH.1
  1436. *Cmd: "!R!RES;EXIT;"
  1437. }
  1438. *Command: CmdCopies
  1439. {
  1440. *Order: DOC_SETUP.10
  1441. *Cmd: "!R!COPY" %d[1,999]{NumOfCopies}";EXIT;"
  1442. }
  1443. *%========== Printer Capabilities ==========
  1444. *RotateCoordinate?: TRUE
  1445. *RotateRaster?: TRUE
  1446. *RotateFont?: TRUE
  1447. *TextCaps: LIST(TC_CR_90,TC_UA_ABLE)
  1448. *MemoryUsage: LIST(FONT)
  1449. *%========== Cursor Move ==========
  1450. *CursorXAfterCR: AT_PRINTABLE_X_ORIGIN
  1451. *BadCursorMoveInGrxMode: LIST(X_PORTRAIT,Y_LANDSCAPE)
  1452. *XMoveThreshold: 0
  1453. *YMoveThreshold: 0
  1454. *XMoveUnit: 300
  1455. *YMoveUnit: 300
  1456. *Command: CmdXMoveAbsolute { *Cmd : "<1B>*p" %d{(DestX / 2) }"X" }
  1457. *Command: CmdXMoveRelRight { *Cmd : "<1B>*p+" %d[0,4800]{max_repeat((DestXRel / 2) )}"X" }
  1458. *Command: CmdXMoveRelLeft { *Cmd : "<1B>*p-" %d[0,4800]{max_repeat((DestXRel / 2) )}"X" }
  1459. *Command: CmdYMoveAbsolute { *Cmd : "<1B>*p" %d{(DestY / 2) }"Y" }
  1460. *Command: CmdYMoveRelDown { *Cmd : "<1B>*p+" %d[1,6300]{max_repeat((DestYRel / 2) )}"Y" }
  1461. *Command: CmdYMoveRelUp { *Cmd : "<1B>*p-" %d[1,6300]{max_repeat((DestYRel / 2) )}"Y" }
  1462. *Command: CmdCR { *Cmd : "<0D>" }
  1463. *Command: CmdLF { *Cmd : "<0A>" }
  1464. *Command: CmdFF { *Cmd : "<0C>" }
  1465. *Command: CmdBackSpace { *Cmd : "<08>" }
  1466. *Command: CmdUniDirectionOn { *Cmd : "<00>" }
  1467. *Command: CmdUniDirectionOff { *Cmd : "<00>" }
  1468. *Command: CmdPushCursor { *Cmd : "<1B>&f0S" }
  1469. *Command: CmdPopCursor { *Cmd : "<1B>&f1S" }
  1470. *Command: CmdSetSimpleRotation { *Cmd : "<1B>&a" %d{PrintDirInCCDegrees}"P" }
  1471. *EjectPageWithFF?: TRUE
  1472. *%========== Compression ==========
  1473. *Command: CmdEnableTIFF4 { *Cmd : "<1B>*b2M" }
  1474. *Command: CmdDisableCompression { *Cmd : "<1B>*b0M" }
  1475. *Command: CmdEnableDRC { *Cmd : "<1B>*b3M" }
  1476. *%========== Raster Data Emmission ==========
  1477. *OutputDataFormat: H_BYTE
  1478. *OptimizeLeftBound?: TRUE
  1479. *CursorXAfterSendBlockData: AT_GRXDATA_ORIGIN
  1480. *CursorYAfterSendBlockData: AUTO_INCREMENT
  1481. *%========== Device Font ==========
  1482. *DefaultFont: 10
  1483. *DefaultCTT: 0
  1484. *CharPosition: BASELINE
  1485. *DeviceFonts: LIST(8,9,10,11,12,13,14,27,28,29,30,31,118,119,120,121,
  1486. + 122,123,124,125,126,127,128,129,184,185,186,187,188,189,190,191,
  1487. + 192,193,194,195,196,197,198,199,200,201,202,203,204,205)
  1488. *%========== Font Downloading ==========
  1489. *MinFontID: 16534
  1490. *MaxFontID: 32768
  1491. *FontFormat: HPPCL
  1492. *Command: CmdSetFontID { *Cmd : "<1B>*c" %d{NextFontID}"D" }
  1493. *Command: CmdSelectFontID { *Cmd : "<1B>(" %d{CurrentFontID}"X" }
  1494. *Command: CmdSetCharCode { *Cmd : "<1B>*c" %d{NextGlyph}"E" }
  1495. *%========== Font Simulation ==========
  1496. *Command: CmdUnderlineOn { *Cmd : "<1B>&dD" }
  1497. *Command: CmdUnderlineOff { *Cmd : "<1B>&d@" }
  1498. *Command: CmdWhiteTextOn { *Cmd : "<1B>*v1o1T" }
  1499. *Command: CmdWhiteTextOff { *Cmd : "<1B>*v0o0T" }
  1500. *%========== Rectangle Fill ==========
  1501. *MinGrayFill: 1
  1502. *MaxGrayFill: 100
  1503. *Command: CmdSetRectWidth { *Cmd : "<1B>*c" %d{(RectXSize / 2) }"A" }
  1504. *Command: CmdSetRectHeight { *Cmd : "<1B>*c" %d{(RectYSize / 2) }"B" }
  1505. *Command: CmdRectGrayFill { *Cmd : "<1B>*c" %d{GrayPercentage}"g2P" }
  1506. *Command: CmdRectWhiteFill { *Cmd : "<1B>*c1P" }
  1507. *Include: "ttfsub.gpd"
  1508. *TTFSEnabled?: TRUE