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.

1531 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: "KYLS655J.GPD"
  8. *Include: "STDNAMES.GPD"
  9. *CodePage: 1252
  10. *ModelName: "KYOCERA LS-6550"
  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: "!R!spsz6,0;stm0;exit;"
  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: "!R!spsz6,0;stm0;exit;"
  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: "!R!spsz7,0;stm0;exit;"
  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: "!R!spsz7,0;stm0;exit;"
  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: "!R!spsz12,0;stm0;exit;"
  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: "!R!spsz12,0;stm0;exit;"
  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: "!R!spsz5,0;stm0;exit;"
  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: "!R!spsz5,0;stm0;exit;"
  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: "!R!spsz10,0;stm0;exit;"
  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: "!R!spsz10,0;stm0;exit;"
  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: "!R!spsz8,0;stm0;exit;"
  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: "!R!spsz8,0;stm0;exit;"
  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;stm0;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;stm0;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;STM0;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;STM0;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: Option2
  602. {
  603. *PrintableArea: PAIR(5768, 8168)
  604. }
  605. *case: Option3
  606. {
  607. *PrintableArea: PAIR(5768, 8168)
  608. *PrintableOrigin: PAIR(120, 304)
  609. }
  610. }
  611. *CursorOrigin: PAIR(110, 150)
  612. *Command: CmdSelect
  613. {
  614. *Order: DOC_SETUP.8
  615. *Cmd: "!R!spsz11,0;stm0;exit;"
  616. }
  617. }
  618. *case: LANDSCAPE_CC90
  619. {
  620. *PrintableArea: PAIR(5640, 8298)
  621. *PrintableOrigin: PAIR(300, 180)
  622. *switch: Resolution
  623. {
  624. *case: Option2
  625. {
  626. *PrintableArea: PAIR(5640, 8296)
  627. }
  628. *case: Option3
  629. {
  630. *PrintableOrigin: PAIR(304, 184)
  631. }
  632. }
  633. *CursorOrigin: PAIR(120, 8478)
  634. *Command: CmdSelect
  635. {
  636. *Order: DOC_SETUP.8
  637. *Cmd: "!R!spsz11,0;stm0;exit;"
  638. }
  639. }
  640. }
  641. }
  642. *Option: B5
  643. {
  644. *rcNameID: =B5_DISPLAY
  645. *switch: Orientation
  646. {
  647. *case: PORTRAIT
  648. {
  649. *PrintableArea: PAIR(3922, 5612)
  650. *PrintableOrigin: PAIR(150, 310)
  651. *switch: Resolution
  652. {
  653. *case: Option2
  654. {
  655. *PrintableArea: PAIR(3920, 5608)
  656. *PrintableOrigin: PAIR(152, 312)
  657. }
  658. *case: Option3
  659. {
  660. *PrintableArea: PAIR(3920, 5608)
  661. *PrintableOrigin: PAIR(152, 312)
  662. }
  663. }
  664. *CursorOrigin: PAIR(122, 150)
  665. *Command: CmdSelect
  666. {
  667. *Order: DOC_SETUP.8
  668. *Cmd: "!R!spsz9,0;stm0;exit;"
  669. }
  670. }
  671. *case: LANDSCAPE_CC90
  672. {
  673. *PrintableArea: PAIR(3772, 5772)
  674. *PrintableOrigin: PAIR(300, 150)
  675. *switch: Resolution
  676. {
  677. *case: Option2
  678. {
  679. *PrintableArea: PAIR(3772, 5768)
  680. *PrintableOrigin: PAIR(300, 152)
  681. }
  682. *case: Option3
  683. {
  684. *PrintableArea: PAIR(3768, 5768)
  685. *PrintableOrigin: PAIR(304, 152)
  686. }
  687. }
  688. *CursorOrigin: PAIR(120, 5910)
  689. *Command: CmdSelect
  690. {
  691. *Order: DOC_SETUP.8
  692. *Cmd: "!R!spsz9,0;stm0;exit;"
  693. }
  694. }
  695. }
  696. }
  697. *Option: Option11
  698. {
  699. *rcNameID: 258
  700. *PageDimensions: PAIR(2953, 4157)
  701. *switch: Orientation
  702. {
  703. *case: PORTRAIT
  704. {
  705. *PrintableArea: PAIR(2573, 3857)
  706. *PrintableOrigin: PAIR(150, 150)
  707. *switch: Resolution
  708. {
  709. *case: Option1
  710. {
  711. *PrintableArea: PAIR(2572, 3856)
  712. }
  713. *case: Option2
  714. {
  715. *PrintableArea: PAIR(2568, 3852)
  716. *PrintableOrigin: PAIR(152, 152)
  717. }
  718. *case: Option3
  719. {
  720. *PrintableArea: PAIR(2568, 3848)
  721. *PrintableOrigin: PAIR(152, 152)
  722. }
  723. }
  724. *CursorOrigin: PAIR(122, 150)
  725. *Command: CmdSelect
  726. {
  727. *Order: DOC_SETUP.8
  728. *Cmd: "!R!spsz15,0;stm0;exit;"
  729. }
  730. }
  731. *case: LANDSCAPE_CC90
  732. {
  733. *PrintableArea: PAIR(2573, 3857)
  734. *PrintableOrigin: PAIR(150, 150)
  735. *switch: Resolution
  736. {
  737. *case: Option1
  738. {
  739. *PrintableArea: PAIR(2572, 3856)
  740. }
  741. *case: Option2
  742. {
  743. *PrintableArea: PAIR(2568, 3852)
  744. *PrintableOrigin: PAIR(152, 152)
  745. }
  746. *case: Option3
  747. {
  748. *PrintableArea: PAIR(2568, 3848)
  749. *PrintableOrigin: PAIR(152, 152)
  750. }
  751. }
  752. *CursorOrigin: PAIR(120, 4022)
  753. *Command: CmdSelect
  754. {
  755. *Order: DOC_SETUP.8
  756. *Cmd: "!R!spsz15,0;stm0;exit;"
  757. }
  758. }
  759. }
  760. }
  761. *Option: JAPANESE_POSTCARD
  762. {
  763. *rcNameID: =JAPANESE_POSTCARD_DISPLAY
  764. *switch: Orientation
  765. {
  766. *case: PORTRAIT
  767. {
  768. *PrintableArea: PAIR(1982, 3046)
  769. *PrintableOrigin: PAIR(150, 300)
  770. *switch: Resolution
  771. {
  772. *case: Option2
  773. {
  774. *PrintableArea: PAIR(1980, 3044)
  775. *PrintableOrigin: PAIR(152, 300)
  776. }
  777. *case: Option3
  778. {
  779. *PrintableArea: PAIR(1976, 3040)
  780. *PrintableOrigin: PAIR(152, 304)
  781. }
  782. }
  783. *CursorOrigin: PAIR(122, 150)
  784. *Command: CmdSelect
  785. {
  786. *Order: DOC_SETUP.8
  787. *Cmd: "!R!SPSZ14,0;STM0;EXIT;"
  788. }
  789. }
  790. *case: LANDSCAPE_CC90
  791. {
  792. *PrintableArea: PAIR(1950, 3196)
  793. *PrintableOrigin: PAIR(300, 150)
  794. *switch: Resolution
  795. {
  796. *case: Option2
  797. {
  798. *PrintableArea: PAIR(1948, 3196)
  799. *PrintableOrigin: PAIR(300, 152)
  800. }
  801. *case: Option3
  802. {
  803. *PrintableArea: PAIR(1944, 3184)
  804. *PrintableOrigin: PAIR(304, 152)
  805. }
  806. }
  807. *CursorOrigin: PAIR(120, 3360)
  808. *Command: CmdSelect
  809. {
  810. *Order: DOC_SETUP.8
  811. *Cmd: "!R!SPSZ14,0;STM0;EXIT;"
  812. }
  813. }
  814. }
  815. }
  816. *Option: ENV_10
  817. {
  818. *rcNameID: =ENV_10_DISPLAY
  819. *switch: Orientation
  820. {
  821. *case: PORTRAIT
  822. {
  823. *PrintableArea: PAIR(2168, 5420)
  824. *PrintableOrigin: PAIR(120, 150)
  825. *switch: Resolution
  826. {
  827. *case: Option2
  828. {
  829. *PrintableArea: PAIR(2168, 5416)
  830. *PrintableOrigin: PAIR(120, 152)
  831. }
  832. *case: Option3
  833. {
  834. *PrintableArea: PAIR(2168, 5416)
  835. *PrintableOrigin: PAIR(120, 152)
  836. }
  837. }
  838. *CursorOrigin: PAIR(120, 150)
  839. *Command: CmdSelect
  840. {
  841. *Order: DOC_SETUP.8
  842. *Cmd: "!R!spsz2,0;stm0;exit;"
  843. }
  844. }
  845. *case: LANDSCAPE_CC90
  846. {
  847. *PrintableArea: PAIR(2218, 5420)
  848. *PrintableOrigin: PAIR(120, 150)
  849. *switch: Resolution
  850. {
  851. *case: Option2
  852. {
  853. *PrintableArea: PAIR(2216, 5416)
  854. *PrintableOrigin: PAIR(120, 152)
  855. }
  856. *case: Option3
  857. {
  858. *PrintableArea: PAIR(2216, 5416)
  859. *PrintableOrigin: PAIR(120, 152)
  860. }
  861. }
  862. *CursorOrigin: PAIR(120, 5580)
  863. *Command: CmdSelect
  864. {
  865. *Order: DOC_SETUP.8
  866. *Cmd: "!R!spsz2,0;stm0;exit;"
  867. }
  868. }
  869. }
  870. }
  871. *Option: ENV_DL
  872. {
  873. *rcNameID: =ENV_DL_DISPLAY
  874. *switch: Orientation
  875. {
  876. *case: PORTRAIT
  877. {
  878. *PrintableArea: PAIR(2288, 4916)
  879. *PrintableOrigin: PAIR(120, 150)
  880. *switch: Resolution
  881. {
  882. *case: Option2
  883. {
  884. *PrintableArea: PAIR(2288, 4912)
  885. *PrintableOrigin: PAIR(120, 152)
  886. }
  887. *case: Option3
  888. {
  889. *PrintableArea: PAIR(2288, 4912)
  890. *PrintableOrigin: PAIR(120, 152)
  891. }
  892. }
  893. *CursorOrigin: PAIR(120, 150)
  894. *Command: CmdSelect
  895. {
  896. *Order: DOC_SETUP.8
  897. *Cmd: "!R!spsz3,0;stm0;exit;"
  898. }
  899. }
  900. *case: LANDSCAPE_CC90
  901. {
  902. *PrintableArea: PAIR(2338, 4916)
  903. *PrintableOrigin: PAIR(120, 150)
  904. *switch: Resolution
  905. {
  906. *case: Option2
  907. {
  908. *PrintableArea: PAIR(2336, 4912)
  909. *PrintableOrigin: PAIR(120, 152)
  910. }
  911. *case: Option3
  912. {
  913. *PrintableArea: PAIR(2336, 4912)
  914. *PrintableOrigin: PAIR(120, 152)
  915. }
  916. }
  917. *CursorOrigin: PAIR(120, 5076)
  918. *Command: CmdSelect
  919. {
  920. *Order: DOC_SETUP.8
  921. *Cmd: "!R!spsz3,0;stm0;exit;"
  922. }
  923. }
  924. }
  925. }
  926. *Option: ENV_C5
  927. {
  928. *rcNameID: =ENV_C5_DISPLAY
  929. *switch: Orientation
  930. {
  931. *case: PORTRAIT
  932. {
  933. *PrintableArea: PAIR(3518, 5132)
  934. *PrintableOrigin: PAIR(120, 150)
  935. *switch: Resolution
  936. {
  937. *case: Option2
  938. {
  939. *PrintableArea: PAIR(3516, 5128)
  940. *PrintableOrigin: PAIR(120, 152)
  941. }
  942. *case: Option3
  943. {
  944. *PrintableArea: PAIR(3512, 5128)
  945. *PrintableOrigin: PAIR(120, 152)
  946. }
  947. }
  948. *CursorOrigin: PAIR(120, 150)
  949. *Command: CmdSelect
  950. {
  951. *Order: DOC_SETUP.8
  952. *Cmd: "!R!spsz4,0;stm0;exit;"
  953. }
  954. }
  955. *case: LANDSCAPE_CC90
  956. {
  957. *PrintableArea: PAIR(3568, 5132)
  958. *PrintableOrigin: PAIR(120, 150)
  959. *switch: Resolution
  960. {
  961. *case: Option2
  962. {
  963. *PrintableArea: PAIR(3568, 5128)
  964. *PrintableOrigin: PAIR(120, 152)
  965. }
  966. *case: Option3
  967. {
  968. *PrintableArea: PAIR(3568, 5128)
  969. *PrintableOrigin: PAIR(120, 152)
  970. }
  971. }
  972. *CursorOrigin: PAIR(120, 5292)
  973. *Command: CmdSelect
  974. {
  975. *Order: DOC_SETUP.8
  976. *Cmd: "!R!spsz4,0;stm0;exit;"
  977. }
  978. }
  979. }
  980. }
  981. *Option: ENV_MONARCH
  982. {
  983. *rcNameID: =ENV_MONARCH_DISPLAY
  984. *switch: Orientation
  985. {
  986. *case: PORTRAIT
  987. {
  988. *PrintableArea: PAIR(2018, 4220)
  989. *PrintableOrigin: PAIR(120, 150)
  990. *switch: Resolution
  991. {
  992. *case: Option2
  993. {
  994. *PrintableArea: PAIR(2016, 4216)
  995. *PrintableOrigin: PAIR(120, 152)
  996. }
  997. *case: Option3
  998. {
  999. *PrintableArea: PAIR(2016, 4216)
  1000. *PrintableOrigin: PAIR(120, 152)
  1001. }
  1002. }
  1003. *CursorOrigin: PAIR(120, 150)
  1004. *Command: CmdSelect
  1005. {
  1006. *Order: DOC_SETUP.8
  1007. *Cmd: "!R!spsz1,0;stm0;exit;"
  1008. }
  1009. }
  1010. *case: LANDSCAPE_CC90
  1011. {
  1012. *PrintableArea: PAIR(2068, 4220)
  1013. *PrintableOrigin: PAIR(120, 150)
  1014. *switch: Resolution
  1015. {
  1016. *case: Option2
  1017. {
  1018. *PrintableArea: PAIR(2068, 4216)
  1019. *PrintableOrigin: PAIR(120, 152)
  1020. }
  1021. *case: Option3
  1022. {
  1023. *PrintableArea: PAIR(2064, 4216)
  1024. *PrintableOrigin: PAIR(120, 152)
  1025. }
  1026. }
  1027. *CursorOrigin: PAIR(120, 4380)
  1028. *Command: CmdSelect
  1029. {
  1030. *Order: DOC_SETUP.8
  1031. *Cmd: "!R!spsz1,0;stm0;exit;"
  1032. }
  1033. }
  1034. }
  1035. }
  1036. *Option: Option17
  1037. {
  1038. *rcNameID: 260
  1039. *PageDimensions: PAIR(6072, 8598)
  1040. *switch: Orientation
  1041. {
  1042. *case: PORTRAIT
  1043. {
  1044. *PrintableArea: PAIR(5832, 8318)
  1045. *PrintableOrigin: PAIR(120, 150)
  1046. *switch: Resolution
  1047. {
  1048. *case: Option2
  1049. {
  1050. *PrintableArea: PAIR(5832, 8316)
  1051. *PrintableOrigin: PAIR(120, 152)
  1052. }
  1053. *case: Option3
  1054. {
  1055. *PrintableArea: PAIR(5832, 8312)
  1056. *PrintableOrigin: PAIR(120, 152)
  1057. }
  1058. }
  1059. *CursorOrigin: PAIR(120, 150)
  1060. *Command: CmdSelect
  1061. {
  1062. *Order: DOC_SETUP.8
  1063. *Cmd: "!R!spsz20,0;stm0;exit;"
  1064. }
  1065. }
  1066. *case: LANDSCAPE_CC90
  1067. {
  1068. *PrintableArea: PAIR(5832, 8318)
  1069. *PrintableOrigin: PAIR(120, 150)
  1070. *switch: Resolution
  1071. {
  1072. *case: Option2
  1073. {
  1074. *PrintableArea: PAIR(5832, 8316)
  1075. *PrintableOrigin: PAIR(120, 152)
  1076. }
  1077. *case: Option3
  1078. {
  1079. *PrintableArea: PAIR(5832, 8312)
  1080. *PrintableOrigin: PAIR(120, 152)
  1081. }
  1082. }
  1083. *CursorOrigin: PAIR(120, 8478)
  1084. *Command: CmdSelect
  1085. {
  1086. *Order: DOC_SETUP.8
  1087. *Cmd: "!R!spsz20,0;stm0;exit;"
  1088. }
  1089. }
  1090. }
  1091. }
  1092. *Option: Option18
  1093. {
  1094. *rcNameID: 261
  1095. *PageDimensions: PAIR(7014, 9924)
  1096. *switch: Orientation
  1097. {
  1098. *case: PORTRAIT
  1099. {
  1100. *PrintableArea: PAIR(6774, 9644)
  1101. *PrintableOrigin: PAIR(120, 150)
  1102. *switch: Resolution
  1103. {
  1104. *case: Option2
  1105. {
  1106. *PrintableArea: PAIR(6772, 9640)
  1107. *PrintableOrigin: PAIR(120, 152)
  1108. }
  1109. *case: Option3
  1110. {
  1111. *PrintableArea: PAIR(6768, 9640)
  1112. *PrintableOrigin: PAIR(120, 152)
  1113. }
  1114. }
  1115. *CursorOrigin: PAIR(120, 150)
  1116. *Command: CmdSelect
  1117. {
  1118. *Order: DOC_SETUP.8
  1119. *Cmd: "!R!spsz21,0;stm0;exit;"
  1120. }
  1121. }
  1122. *case: LANDSCAPE_CC90
  1123. {
  1124. *PrintableArea: PAIR(6774, 9644)
  1125. *PrintableOrigin: PAIR(120, 150)
  1126. *switch: Resolution
  1127. {
  1128. *case: Option2
  1129. {
  1130. *PrintableArea: PAIR(6772, 9640)
  1131. *PrintableOrigin: PAIR(120, 152)
  1132. }
  1133. *case: Option3
  1134. {
  1135. *PrintableArea: PAIR(6768, 9640)
  1136. *PrintableOrigin: PAIR(120, 152)
  1137. }
  1138. }
  1139. *CursorOrigin: PAIR(120, 9804)
  1140. *Command: CmdSelect
  1141. {
  1142. *Order: DOC_SETUP.8
  1143. *Cmd: "!R!spsz21,0;stm0;exit;"
  1144. }
  1145. }
  1146. }
  1147. }
  1148. *Option: Option19
  1149. {
  1150. *rcNameID: 263
  1151. *PageDimensions: PAIR(6600, 9000)
  1152. *switch: Orientation
  1153. {
  1154. *case: PORTRAIT
  1155. {
  1156. *PrintableArea: PAIR(6360, 8720)
  1157. *PrintableOrigin: PAIR(120, 150)
  1158. *switch: Resolution
  1159. {
  1160. *case: Option2
  1161. {
  1162. *PrintableArea: PAIR(6360, 8716)
  1163. *PrintableOrigin: PAIR(120, 152)
  1164. }
  1165. *case: Option3
  1166. {
  1167. *PrintableArea: PAIR(6360, 8712)
  1168. *PrintableOrigin: PAIR(120, 152)
  1169. }
  1170. }
  1171. *CursorOrigin: PAIR(120, 150)
  1172. *Command: CmdSelect
  1173. {
  1174. *Order: DOC_SETUP.8
  1175. *Cmd: "!R!spsz23,0;stm0;exit;"
  1176. }
  1177. }
  1178. *case: LANDSCAPE_CC90
  1179. {
  1180. *PrintableArea: PAIR(6360, 8720)
  1181. *PrintableOrigin: PAIR(120, 150)
  1182. *switch: Resolution
  1183. {
  1184. *case: Option2
  1185. {
  1186. *PrintableArea: PAIR(6360, 8716)
  1187. *PrintableOrigin: PAIR(120, 152)
  1188. }
  1189. *case: Option3
  1190. {
  1191. *PrintableArea: PAIR(6360, 8712)
  1192. *PrintableOrigin: PAIR(120, 152)
  1193. }
  1194. }
  1195. *CursorOrigin: PAIR(120, 8880)
  1196. *Command: CmdSelect
  1197. {
  1198. *Order: DOC_SETUP.8
  1199. *Cmd: "!R!spsz23,0;stm0;exit;"
  1200. }
  1201. }
  1202. }
  1203. }
  1204. *Option: Option20
  1205. {
  1206. *rcNameID: 264
  1207. *PageDimensions: PAIR(6600, 9000)
  1208. *switch: Orientation
  1209. {
  1210. *case: PORTRAIT
  1211. {
  1212. *PrintableArea: PAIR(6360, 8720)
  1213. *PrintableOrigin: PAIR(120, 150)
  1214. *switch: Resolution
  1215. {
  1216. *case: Option2
  1217. {
  1218. *PrintableArea: PAIR(6360, 8716)
  1219. *PrintableOrigin: PAIR(120, 152)
  1220. }
  1221. *case: Option3
  1222. {
  1223. *PrintableArea: PAIR(6360, 8712)
  1224. *PrintableOrigin: PAIR(120, 152)
  1225. }
  1226. }
  1227. *CursorOrigin: PAIR(120, 150)
  1228. *Command: CmdSelect
  1229. {
  1230. *Order: DOC_SETUP.8
  1231. *Cmd: "!R!spsz24,0;stm0;exit;"
  1232. }
  1233. }
  1234. *case: LANDSCAPE_CC90
  1235. {
  1236. *PrintableArea: PAIR(6360, 8720)
  1237. *PrintableOrigin: PAIR(120, 150)
  1238. *switch: Resolution
  1239. {
  1240. *case: Option2
  1241. {
  1242. *PrintableArea: PAIR(6360, 8716)
  1243. *PrintableOrigin: PAIR(120, 152)
  1244. }
  1245. *case: Option3
  1246. {
  1247. *PrintableArea: PAIR(6360, 8712)
  1248. *PrintableOrigin: PAIR(120, 152)
  1249. }
  1250. }
  1251. *CursorOrigin: PAIR(120, 8880)
  1252. *Command: CmdSelect
  1253. {
  1254. *Order: DOC_SETUP.8
  1255. *Cmd: "!R!spsz24,0;stm0;exit;"
  1256. }
  1257. }
  1258. }
  1259. }
  1260. }
  1261. *%========== MediaType ==========
  1262. *Feature: MediaType
  1263. {
  1264. *rcNameID: =MEDIA_TYPE_DISPLAY
  1265. *DefaultOption: Option1
  1266. *Option: Option1
  1267. {
  1268. *rcNameID: 266
  1269. *Command: CmdSelect
  1270. {
  1271. *Order: DOC_SETUP.6
  1272. *Cmd: "!R!EPL0;EXIT;"
  1273. }
  1274. }
  1275. *Option: Option2
  1276. {
  1277. *rcNameID: 268
  1278. *Command: CmdSelect
  1279. {
  1280. *Order: DOC_SETUP.6
  1281. *Cmd: "!R!EPL1;EXIT;"
  1282. }
  1283. }
  1284. *Option: Option3
  1285. {
  1286. *rcNameID: 269
  1287. *Command: CmdSelect
  1288. {
  1289. *Order: DOC_SETUP.6
  1290. *Cmd: "!R!EPL2;EXIT;"
  1291. }
  1292. }
  1293. *Option: Option4
  1294. {
  1295. *rcNameID: 270
  1296. *Command: CmdSelect
  1297. {
  1298. *Order: DOC_SETUP.6
  1299. *Cmd: "!R!EPL3;EXIT;"
  1300. }
  1301. }
  1302. }
  1303. *%========== PrintQuality ==========
  1304. *Feature: PrintQuality
  1305. {
  1306. *rcNameID: =TEXT_QUALITY_DISPLAY
  1307. *DefaultOption: Option3
  1308. *Option: Option1
  1309. {
  1310. *rcNameID: 357
  1311. *Command: CmdSelect
  1312. {
  1313. *Order: DOC_SETUP.5
  1314. *Cmd: "!R!SIR0;EXIT;"
  1315. }
  1316. }
  1317. *Option: Option2
  1318. {
  1319. *rcNameID: 359
  1320. *Command: CmdSelect
  1321. {
  1322. *Order: DOC_SETUP.5
  1323. *Cmd: "!R!SIR1;EXIT;"
  1324. }
  1325. }
  1326. *Option: Option3
  1327. {
  1328. *rcNameID: 360
  1329. *Command: CmdSelect
  1330. {
  1331. *Order: DOC_SETUP.5
  1332. *Cmd: "!R!SIR2;EXIT;"
  1333. }
  1334. }
  1335. *Option: Option4
  1336. {
  1337. *rcNameID: 361
  1338. *Command: CmdSelect
  1339. {
  1340. *Order: DOC_SETUP.5
  1341. *Cmd: "!R!SIR3;EXIT;"
  1342. }
  1343. }
  1344. }
  1345. *%========== OutputBin ==========
  1346. *Feature: OutputBin
  1347. {
  1348. *rcNameID: =OUTPUTBIN_DISPLAY
  1349. *DefaultOption: Option1
  1350. *Option: Option1
  1351. {
  1352. *rcNameID: 303
  1353. }
  1354. *Option: Option2
  1355. {
  1356. *rcNameID: 304
  1357. *Command: CmdSelect
  1358. {
  1359. *Order: DOC_SETUP.11
  1360. *Cmd: "!R!STAK1;EXIT;"
  1361. }
  1362. }
  1363. *Option: Option3
  1364. {
  1365. *rcNameID: 305
  1366. *Command: CmdSelect
  1367. {
  1368. *Order: DOC_SETUP.11
  1369. *Cmd: "!R!STAK2;EXIT;"
  1370. }
  1371. }
  1372. }
  1373. *%========== Halftone ==========
  1374. *Feature: Halftone
  1375. {
  1376. *rcNameID: =HALFTONING_DISPLAY
  1377. *DefaultOption: HT_PATSIZE_AUTO
  1378. *Option: HT_PATSIZE_AUTO
  1379. {
  1380. *rcNameID: =HT_AUTO_SELECT_DISPLAY
  1381. }
  1382. *Option: HT_PATSIZE_SUPERCELL_M
  1383. {
  1384. *rcNameID: =HT_SUPERCELL_DISPLAY
  1385. }
  1386. *Option: HT_PATSIZE_6x6_M
  1387. {
  1388. *rcNameID: =HT_DITHER6X6_DISPLAY
  1389. }
  1390. *Option: HT_PATSIZE_8x8_M
  1391. {
  1392. *rcNameID: =HT_DITHER8X8_DISPLAY
  1393. }
  1394. }
  1395. *%========== Memory ==========
  1396. *Feature: Memory
  1397. {
  1398. *rcNameID: =PRINTER_MEMORY_DISPLAY
  1399. *DefaultOption: 3072KB
  1400. *Option: 3072KB
  1401. {
  1402. *Name: "3MB"
  1403. *MemoryConfigKB: PAIR(3072, 700)
  1404. }
  1405. *Option: 7168KB
  1406. {
  1407. *Name: "7MB"
  1408. *MemoryConfigKB: PAIR(7168, 3584)
  1409. }
  1410. *Option: 11264KB
  1411. {
  1412. *Name: "11MB"
  1413. *MemoryConfigKB: PAIR(11264, 7686)
  1414. }
  1415. *Option: 15360KB
  1416. {
  1417. *Name: "15MB"
  1418. *MemoryConfigKB: PAIR(15360, 11776)
  1419. }
  1420. *Option: 19456KB
  1421. {
  1422. *Name: "19MB"
  1423. *MemoryConfigKB: PAIR(19456, 15872)
  1424. }
  1425. }
  1426. *%========== Job Control Command ==========
  1427. *Command: CmdStartDoc
  1428. {
  1429. *Order: DOC_SETUP.1
  1430. *Cmd: "!R!RES;SEM6;EXIT;<1B>E<1B>&l0S<1B>*r0F"
  1431. }
  1432. *Command: CmdStartPage
  1433. {
  1434. *Order: PAGE_SETUP.1
  1435. *Cmd: "<1B>*b0M<0D>"
  1436. }
  1437. *Command: CmdEndJob
  1438. {
  1439. *Order: JOB_FINISH.1
  1440. *Cmd: "!R!RES;EXIT;"
  1441. }
  1442. *Command: CmdCopies
  1443. {
  1444. *Order: DOC_SETUP.10
  1445. *Cmd: "!R!COPY" %d[1,999]{NumOfCopies}";EXIT;"
  1446. }
  1447. *%========== Printer Capabilities ==========
  1448. *RotateCoordinate?: TRUE
  1449. *RotateRaster?: TRUE
  1450. *RotateFont?: TRUE
  1451. *TextCaps: LIST(TC_CR_90,TC_UA_ABLE)
  1452. *MemoryUsage: LIST(FONT)
  1453. *%========== Cursor Move ==========
  1454. *CursorXAfterCR: AT_PRINTABLE_X_ORIGIN
  1455. *BadCursorMoveInGrxMode: LIST(X_PORTRAIT,Y_LANDSCAPE)
  1456. *XMoveThreshold: 0
  1457. *YMoveThreshold: 0
  1458. *XMoveUnit: 300
  1459. *YMoveUnit: 300
  1460. *Command: CmdXMoveAbsolute { *Cmd : "<1B>*p" %d{(DestX / 2) }"X" }
  1461. *Command: CmdXMoveRelRight { *Cmd : "<1B>*p+" %d[0,4800]{max_repeat((DestXRel / 2) )}"X" }
  1462. *Command: CmdXMoveRelLeft { *Cmd : "<1B>*p-" %d[0,4800]{max_repeat((DestXRel / 2) )}"X" }
  1463. *Command: CmdYMoveAbsolute { *Cmd : "<1B>*p" %d{(DestY / 2) }"Y" }
  1464. *Command: CmdYMoveRelDown { *Cmd : "<1B>*p+" %d[1,6300]{max_repeat((DestYRel / 2) )}"Y" }
  1465. *Command: CmdYMoveRelUp { *Cmd : "<1B>*p-" %d[1,6300]{max_repeat((DestYRel / 2) )}"Y" }
  1466. *Command: CmdCR { *Cmd : "<0D>" }
  1467. *Command: CmdLF { *Cmd : "<0A>" }
  1468. *Command: CmdFF { *Cmd : "<0C>" }
  1469. *Command: CmdBackSpace { *Cmd : "<08>" }
  1470. *Command: CmdUniDirectionOn { *Cmd : "<00>" }
  1471. *Command: CmdUniDirectionOff { *Cmd : "<00>" }
  1472. *Command: CmdPushCursor { *Cmd : "<1B>&f0S" }
  1473. *Command: CmdPopCursor { *Cmd : "<1B>&f1S" }
  1474. *Command: CmdSetSimpleRotation { *Cmd : "<1B>&a" %d{PrintDirInCCDegrees}"P" }
  1475. *EjectPageWithFF?: TRUE
  1476. *%========== Compression ==========
  1477. *Command: CmdEnableTIFF4 { *Cmd : "<1B>*b2M" }
  1478. *Command: CmdDisableCompression { *Cmd : "<1B>*b0M" }
  1479. *Command: CmdEnableDRC { *Cmd : "<1B>*b3M" }
  1480. *%========== Raster Data Emmission ==========
  1481. *OutputDataFormat: H_BYTE
  1482. *OptimizeLeftBound?: TRUE
  1483. *CursorXAfterSendBlockData: AT_GRXDATA_ORIGIN
  1484. *CursorYAfterSendBlockData: AUTO_INCREMENT
  1485. *%========== Device Fonts ==========
  1486. *DefaultFont: 10
  1487. *DefaultCTT: 0
  1488. *CharPosition: BASELINE
  1489. *DeviceFonts: LIST(8,9,10,11,12,13,14,27,28,29,30,31,118,119,120,121,
  1490. + 122,123,124,125,126,127,128,129,184,185,186,187,188,189,190,191,
  1491. + 192,193,194,195,196,197,198,199,200,201,202,203,204,205)
  1492. *%========== Font Downloading ==========
  1493. *MinFontID: 16534
  1494. *MaxFontID: 32768
  1495. *FontFormat: HPPCL
  1496. *Command: CmdSetFontID { *Cmd : "<1B>*c" %d{NextFontID}"D" }
  1497. *Command: CmdSelectFontID { *Cmd : "<1B>(" %d{CurrentFontID}"X" }
  1498. *Command: CmdSetCharCode { *Cmd : "<1B>*c" %d{NextGlyph}"E" }
  1499. *%========== Font Simulation ==========
  1500. *Command: CmdUnderlineOn { *Cmd : "<1B>&dD" }
  1501. *Command: CmdUnderlineOff { *Cmd : "<1B>&d@" }
  1502. *Command: CmdWhiteTextOn { *Cmd : "<1B>*v1o1T" }
  1503. *Command: CmdWhiteTextOff { *Cmd : "<1B>*v0o0T" }
  1504. *%========== Rectangle Fill ==========
  1505. *MinGrayFill: 1
  1506. *MaxGrayFill: 100
  1507. *Command: CmdSetRectWidth { *Cmd : "<1B>*c" %d{(RectXSize / 2) }"A" }
  1508. *Command: CmdSetRectHeight { *Cmd : "<1B>*c" %d{(RectYSize / 2) }"B" }
  1509. *Command: CmdRectGrayFill { *Cmd : "<1B>*c" %d{GrayPercentage}"g2P" }
  1510. *Command: CmdRectWhiteFill { *Cmd : "<1B>*c1P" }
  1511. *Include: "ttfsub.gpd"
  1512. *TTFSEnabled?: TRUE