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.

1516 lines
36 KiB

  1. *%
  2. *% Core GPD file for Ricoh RPDL printer
  3. *% FileName: RIM857XJ.GPD
  4. *% Created: 2000/02/15
  5. *% Modified: 2002/03/13
  6. *%
  7. *% Copyright (c) 1999 - 2002 Ricoh Co., Ltd.
  8. *% All rights reserved.
  9. *%
  10. *GPDFileVersion: "1.07"
  11. *MasterUnits: PAIR(1200, 1200)
  12. *ResourceDLL: "RPDLRES.DLL"
  13. *HelpFile: "RPDLCFG.HLP"
  14. *PrinterType: PAGE
  15. *MaxCopies: 999
  16. *FontCartSlots: 1
  17. *rcInstalledOptionNameID: 800
  18. *rcNotInstalledOptionNameID: 801
  19. *%======== Quality Macros (including PrintDensity) ========
  20. *BestQualitySettings: LIST(Resolution.600dpi, Halftone.HT_PATSIZE_8x8_M, ImageControl.Scale100,
  21. + PrintDensity.SmoothingOff)
  22. *BetterQualitySettings: LIST(Resolution.400dpi, Halftone.HT_PATSIZE_8x8_M, ImageControl.Scale100,
  23. + PrintDensity.SmoothingOn)
  24. *DraftQualitySettings: LIST(Resolution.400dpi, Halftone.HT_PATSIZE_8x8_M, ImageControl.2Up_Scale67,
  25. + PrintDensity.SmoothingOn)
  26. *DefaultQuality: BETTERQUALITY
  27. *%======== Orientation ========
  28. *Feature: Orientation
  29. {
  30. *rcNameID: =ORIENTATION_DISPLAY
  31. *DefaultOption: PORTRAIT
  32. *Option: PORTRAIT
  33. {
  34. *rcNameID: =PORTRAIT_DISPLAY
  35. *Command: CmdSelect
  36. {
  37. *Order: DOC_SETUP.80
  38. *CallbackID: 56
  39. }
  40. }
  41. *Option: LANDSCAPE_CC270
  42. {
  43. *rcNameID: =LANDSCAPE_DISPLAY
  44. *Command: CmdSelect
  45. {
  46. *Order: DOC_SETUP.80
  47. *CallbackID: 57
  48. }
  49. }
  50. }
  51. *%======== InputBin ========
  52. *Feature: InputBin
  53. {
  54. *rcNameID: =PAPER_SOURCE_DISPLAY
  55. *DefaultOption: AUTO
  56. *Option: AUTO
  57. {
  58. *rcNameID: 678
  59. *Command: CmdSelect
  60. {
  61. *Order: DOC_SETUP.130
  62. *CallbackID: 73
  63. }
  64. }
  65. *Option: Tray1
  66. {
  67. *rcNameID: 259
  68. *OptionID: 259 *%%% DMBIN_TRAY1
  69. *Command: CmdSelect
  70. {
  71. *Order: DOC_SETUP.130
  72. *Cmd: "<1B19>2"
  73. }
  74. }
  75. *Option: Tray2
  76. {
  77. *rcNameID: 260
  78. *OptionID: 260 *%%% DMBIN_TRAY2
  79. *Command: CmdSelect
  80. {
  81. *Order: DOC_SETUP.130
  82. *CallbackID: 201
  83. }
  84. }
  85. *Option: Tray3
  86. {
  87. *rcNameID: 261
  88. *OptionID: 261 *%%% DMBIN_TRAY3
  89. *Command: CmdSelect
  90. {
  91. *Order: DOC_SETUP.130
  92. *Cmd: "<1B19>4"
  93. }
  94. }
  95. *Option: Tray4
  96. {
  97. *rcNameID: 262
  98. *OptionID: 262 *%%% DMBIN_TRAY4
  99. *Installable?: TRUE
  100. *rcInstallableFeatureNameID: 262
  101. *Command: CmdSelect
  102. {
  103. *Order: DOC_SETUP.130
  104. *Cmd: "<1B19>5"
  105. }
  106. }
  107. *Option: Tray5
  108. {
  109. *rcNameID: 263
  110. *OptionID: 263 *%%% DMBIN_TRAY5
  111. *Installable?: TRUE
  112. *rcInstallableFeatureNameID: 263
  113. *Command: CmdSelect
  114. {
  115. *Order: DOC_SETUP.130
  116. *Cmd: "<1B19>6"
  117. }
  118. }
  119. *Option: Tray6
  120. {
  121. *rcNameID: 345
  122. *OptionID: 265 *%%% DMBIN_TRAY6
  123. *Installable?: TRUE
  124. *rcInstallableFeatureNameID: 345
  125. *Command: CmdSelect
  126. {
  127. *Order: DOC_SETUP.130
  128. *Cmd: "<1B19>7"
  129. }
  130. }
  131. }
  132. *%======== Resolution ========
  133. *Feature: Resolution
  134. {
  135. *rcNameID: =RESOLUTION_DISPLAY
  136. *DefaultOption: 400dpi
  137. *Option: 400dpi
  138. {
  139. *rcNameID: 639
  140. *DPI: PAIR(400, 400)
  141. *TextDPI: PAIR(400, 400)
  142. EXTERN_GLOBAL: *XMoveUnit: 400
  143. EXTERN_GLOBAL: *YMoveUnit: 400
  144. EXTERN_GLOBAL: *MaxFontID: 3
  145. *MinStripBlankPixels: 32
  146. EXTERN_GLOBAL: *StripBlanks: LIST(LEADING,ENCLOSED,TRAILING)
  147. EXTERN_GLOBAL: *SendMultipleRows?: TRUE
  148. *SpotDiameter: 100
  149. *Command: CmdSetSrcBmpWidth {
  150. *CallbackID: 184
  151. *Params: LIST(RasterDataWidthInBytes)
  152. }
  153. *Command: CmdSetSrcBmpHeight {
  154. *CallbackID: 185
  155. *Params: LIST(RasterDataHeightInPixels)
  156. }
  157. *Command: CmdSendBlockData {
  158. *CallbackID: 24
  159. *Params: LIST(NumOfDataBytes, RasterDataHeightInPixels, RasterDataWidthInBytes)
  160. }
  161. *Command: CmdSelect
  162. {
  163. *Order: DOC_SETUP.40
  164. *CallbackID: 53
  165. }
  166. }
  167. *Option: 600dpi
  168. {
  169. *rcNameID: 640
  170. *DPI: PAIR(600, 600)
  171. *TextDPI: PAIR(600, 600)
  172. EXTERN_GLOBAL: *XMoveUnit: 600
  173. EXTERN_GLOBAL: *YMoveUnit: 600
  174. EXTERN_GLOBAL: *MaxFontID: 1
  175. *MinStripBlankPixels: 32
  176. EXTERN_GLOBAL: *StripBlanks: LIST(LEADING,ENCLOSED,TRAILING)
  177. EXTERN_GLOBAL: *SendMultipleRows?: TRUE
  178. *SpotDiameter: 100
  179. *Command: CmdSetSrcBmpWidth {
  180. *CallbackID: 184
  181. *Params: LIST(RasterDataWidthInBytes)
  182. }
  183. *Command: CmdSetSrcBmpHeight {
  184. *CallbackID: 185
  185. *Params: LIST(RasterDataHeightInPixels)
  186. }
  187. *Command: CmdSendBlockData {
  188. *CallbackID: 24
  189. *Params: LIST(NumOfDataBytes, RasterDataHeightInPixels, RasterDataWidthInBytes)
  190. }
  191. *Command: CmdSelect
  192. {
  193. *Order: DOC_SETUP.40
  194. *CallbackID: 54
  195. }
  196. }
  197. }
  198. *%======== PaperSize ========
  199. *Feature: PaperSize
  200. {
  201. *rcNameID: =PAPER_SIZE_DISPLAY
  202. *DefaultOption: A4
  203. *Option: A3
  204. {
  205. *rcNameID: =A3_DISPLAY
  206. *switch: EdgeToEdgePrint
  207. {
  208. *case: Standard
  209. {
  210. *PrintableArea: PAIR(13440, 19440)
  211. *PrintableOrigin: PAIR(240, 240)
  212. }
  213. *case: EdgeToEdge
  214. {
  215. *PrintableArea: PAIR(14028, 19848)
  216. *PrintableOrigin: PAIR(0, 0)
  217. }
  218. }
  219. *Command: CmdSelect
  220. {
  221. *Order: DOC_SETUP.120
  222. *CallbackID: 89
  223. }
  224. }
  225. *Option: A4
  226. {
  227. *rcNameID: =A4_DISPLAY
  228. *switch: EdgeToEdgePrint
  229. {
  230. *case: Standard
  231. {
  232. *PrintableArea: PAIR(9360, 13600)
  233. *PrintableOrigin: PAIR(240, 240)
  234. *switch: Resolution
  235. {
  236. *case: 400dpi
  237. {
  238. *PrintableArea: PAIR(9360, 13599)
  239. }
  240. }
  241. }
  242. *case: EdgeToEdge
  243. {
  244. *PrintableArea: PAIR(9924, 14028)
  245. *PrintableOrigin: PAIR(0, 0)
  246. }
  247. }
  248. *Command: CmdSelect
  249. {
  250. *Order: DOC_SETUP.120
  251. *CallbackID: 90
  252. }
  253. }
  254. *Option: A5
  255. {
  256. *rcNameID: =A5_DISPLAY
  257. *switch: EdgeToEdgePrint
  258. {
  259. *case: Standard
  260. {
  261. *PrintableArea: PAIR(6400, 9520)
  262. *PrintableOrigin: PAIR(240, 240)
  263. *switch: Resolution
  264. {
  265. *case: 400dpi
  266. {
  267. *PrintableArea: PAIR(6399, 9519)
  268. }
  269. }
  270. }
  271. *case: EdgeToEdge
  272. {
  273. *PrintableArea: PAIR(6996, 9924)
  274. *PrintableOrigin: PAIR(0, 0)
  275. }
  276. }
  277. *Command: CmdSelect
  278. {
  279. *Order: DOC_SETUP.120
  280. *CallbackID: 91
  281. }
  282. }
  283. *Option: B4
  284. {
  285. *rcNameID: =B4_DISPLAY
  286. *switch: EdgeToEdgePrint
  287. {
  288. *case: Standard
  289. {
  290. *PrintableArea: PAIR(11680, 16760)
  291. *PrintableOrigin: PAIR(240, 240)
  292. *switch: Resolution
  293. {
  294. *case: 400dpi
  295. {
  296. *PrintableArea: PAIR(11679, 16758)
  297. }
  298. }
  299. }
  300. *case: EdgeToEdge
  301. {
  302. *PrintableArea: PAIR(12144, 17196)
  303. *PrintableOrigin: PAIR(0, 0)
  304. }
  305. }
  306. *Command: CmdSelect
  307. {
  308. *Order: DOC_SETUP.120
  309. *CallbackID: 92
  310. }
  311. }
  312. *Option: B5
  313. {
  314. *rcNameID: =B5_DISPLAY
  315. *switch: EdgeToEdgePrint
  316. {
  317. *case: Standard
  318. {
  319. *PrintableArea: PAIR(8000, 11760)
  320. *PrintableOrigin: PAIR(240, 240)
  321. *switch: Resolution
  322. {
  323. *case: 400dpi
  324. {
  325. *PrintableArea: PAIR(7998, 11760)
  326. }
  327. }
  328. }
  329. *case: EdgeToEdge
  330. {
  331. *PrintableArea: PAIR(8604, 12144)
  332. *PrintableOrigin: PAIR(0, 0)
  333. }
  334. }
  335. *Command: CmdSelect
  336. {
  337. *Order: DOC_SETUP.120
  338. *CallbackID: 93
  339. }
  340. }
  341. *Option: TABLOID
  342. {
  343. *rcNameID: =TABLOID_DISPLAY
  344. *switch: EdgeToEdgePrint
  345. {
  346. *case: Standard
  347. {
  348. *PrintableArea: PAIR(12640, 20000)
  349. *PrintableOrigin: PAIR(240, 240)
  350. *switch: Resolution
  351. {
  352. *case: 400dpi
  353. {
  354. *PrintableArea: PAIR(12639, 19998)
  355. }
  356. }
  357. }
  358. *case: EdgeToEdge
  359. {
  360. *PrintableArea: PAIR(13200, 20400)
  361. *PrintableOrigin: PAIR(0, 0)
  362. }
  363. }
  364. *Command: CmdSelect
  365. {
  366. *Order: DOC_SETUP.120
  367. *CallbackID: 95
  368. }
  369. }
  370. *Option: LEGAL
  371. {
  372. *rcNameID: =LEGAL_DISPLAY
  373. *switch: EdgeToEdgePrint
  374. {
  375. *case: Standard
  376. {
  377. *PrintableArea: PAIR(9600, 16400)
  378. *PrintableOrigin: PAIR(240, 240)
  379. *switch: Resolution
  380. {
  381. *case: 400dpi
  382. {
  383. *PrintableArea: PAIR(9600, 16398)
  384. }
  385. }
  386. }
  387. *case: EdgeToEdge
  388. {
  389. *PrintableArea: PAIR(10200, 16800)
  390. *PrintableOrigin: PAIR(0, 0)
  391. }
  392. }
  393. *Command: CmdSelect
  394. {
  395. *Order: DOC_SETUP.120
  396. *CallbackID: 96
  397. }
  398. }
  399. *Option: LETTER
  400. {
  401. *rcNameID: =LETTER_DISPLAY
  402. *switch: EdgeToEdgePrint
  403. {
  404. *case: Standard
  405. {
  406. *PrintableArea: PAIR(9600, 12640)
  407. *PrintableOrigin: PAIR(240, 240)
  408. *switch: Resolution
  409. {
  410. *case: 400dpi
  411. {
  412. *PrintableArea: PAIR(9600, 12639)
  413. }
  414. }
  415. }
  416. *case: EdgeToEdge
  417. {
  418. *PrintableArea: PAIR(10200, 13200)
  419. *PrintableOrigin: PAIR(0, 0)
  420. }
  421. }
  422. *Command: CmdSelect
  423. {
  424. *Order: DOC_SETUP.120
  425. *CallbackID: 97
  426. }
  427. }
  428. *Option: STATEMENT
  429. {
  430. *rcNameID: =STATEMENT_DISPLAY
  431. *switch: EdgeToEdgePrint
  432. {
  433. *case: Standard
  434. {
  435. *PrintableArea: PAIR(6000, 9840)
  436. *PrintableOrigin: PAIR(240, 240)
  437. }
  438. *case: EdgeToEdge
  439. {
  440. *PrintableArea: PAIR(6600, 10200)
  441. *PrintableOrigin: PAIR(0, 0)
  442. }
  443. }
  444. *Command: CmdSelect
  445. {
  446. *Order: DOC_SETUP.120
  447. *CallbackID: 98
  448. }
  449. }
  450. *Option: 11x15toA4 *%%% custom option
  451. {
  452. *rcNameID: 692
  453. *PageDimensions: PAIR(13200, 18000)
  454. *PrintableArea: PAIR(13200, 16320)
  455. *PrintableOrigin: PAIR(0, 840)
  456. *Command: CmdSelect
  457. {
  458. *Order: DOC_SETUP.120
  459. *CallbackID: 199
  460. }
  461. }
  462. *Option: A2toA3 *%%% custom option
  463. {
  464. *rcNameID: 258
  465. *PageDimensions: PAIR(19848, 28068)
  466. *PrintableArea: PAIR(19848, 28068)
  467. *PrintableOrigin: PAIR(0, 0)
  468. *Command: CmdSelect
  469. {
  470. *Order: DOC_SETUP.120
  471. *CallbackID: 101
  472. }
  473. }
  474. *Option: CUSTOMSIZE
  475. {
  476. *rcNameID: =USER_DEFINED_SIZE_DISPLAY
  477. *MinSize: PAIR(6992, 9921)
  478. *MaxSize: PAIR(14032, 20410)
  479. *MaxPrintableWidth: 14032
  480. *MinLeftMargin: 0
  481. *CenterPrintable?: FALSE
  482. *Command: CmdSelect
  483. {
  484. *Order: DOC_SETUP.120
  485. *CallbackID: 55
  486. *Params: LIST(PhysPaperWidth, PhysPaperLength)
  487. }
  488. }
  489. }
  490. *InvalidCombination: LIST(InputBin.Tray1, PaperSize.A5)
  491. *InvalidCombination: LIST(InputBin.Tray1, PaperSize.B5)
  492. *InvalidCombination: LIST(InputBin.Tray1, PaperSize.STATEMENT)
  493. *InvalidCombination: LIST(InputBin.Tray1, PaperSize.CUSTOMSIZE)
  494. *InvalidCombination: LIST(InputBin.Tray3, PaperSize.CUSTOMSIZE)
  495. *InvalidCombination: LIST(InputBin.Tray4, PaperSize.A3)
  496. *InvalidCombination: LIST(InputBin.Tray4, PaperSize.B4)
  497. *InvalidCombination: LIST(InputBin.Tray4, PaperSize.TABLOID)
  498. *InvalidCombination: LIST(InputBin.Tray4, PaperSize.LEGAL)
  499. *InvalidCombination: LIST(InputBin.Tray4, PaperSize.A2toA3)
  500. *InvalidCombination: LIST(InputBin.Tray4, PaperSize.CUSTOMSIZE)
  501. *InvalidCombination: LIST(InputBin.Tray5, PaperSize.A3)
  502. *InvalidCombination: LIST(InputBin.Tray5, PaperSize.B4)
  503. *InvalidCombination: LIST(InputBin.Tray5, PaperSize.TABLOID)
  504. *InvalidCombination: LIST(InputBin.Tray5, PaperSize.LEGAL)
  505. *InvalidCombination: LIST(InputBin.Tray5, PaperSize.A2toA3)
  506. *InvalidCombination: LIST(InputBin.Tray5, PaperSize.CUSTOMSIZE)
  507. *InvalidCombination: LIST(InputBin.Tray6, PaperSize.A3)
  508. *InvalidCombination: LIST(InputBin.Tray6, PaperSize.B4)
  509. *InvalidCombination: LIST(InputBin.Tray6, PaperSize.TABLOID)
  510. *InvalidCombination: LIST(InputBin.Tray6, PaperSize.LEGAL)
  511. *InvalidCombination: LIST(InputBin.Tray6, PaperSize.A2toA3)
  512. *InvalidCombination: LIST(InputBin.Tray6, PaperSize.CUSTOMSIZE)
  513. *%======== Edge to Edge Print (custom feature) ========
  514. *Feature: EdgeToEdgePrint
  515. {
  516. *rcNameID: 635
  517. *HelpIndex: 1
  518. *FeatureType: DOC_PROPERTY
  519. *DefaultOption: Standard
  520. *Option: Standard
  521. {
  522. *rcNameID: 636
  523. *Command: CmdSelect
  524. {
  525. *Order: DOC_SETUP.50
  526. *CallbackID: 149
  527. }
  528. }
  529. *Option: EdgeToEdge
  530. {
  531. *rcNameID: 637
  532. *Command: CmdSelect
  533. {
  534. *Order: DOC_SETUP.50
  535. *CallbackID: 150
  536. }
  537. }
  538. }
  539. *%======== Left Margin in Printing (custom feature) ========
  540. *Feature: LeftMarginInPrinting
  541. {
  542. *rcNameID: 652
  543. *HelpIndex: 2
  544. *FeatureType: PRINTER_PROPERTY *%%% Margin in Printing
  545. *DefaultOption: 0mm
  546. *Option: 0mm
  547. {
  548. *rcNameID: 656
  549. *Command: CmdSelect
  550. {
  551. *Order: DOC_SETUP.20
  552. *CallbackID: 169
  553. }
  554. }
  555. *Option: 1mm
  556. {
  557. *rcNameID: 657
  558. *Command: CmdSelect
  559. {
  560. *Order: DOC_SETUP.20
  561. *CallbackID: 170
  562. }
  563. }
  564. *Option: 2mm
  565. {
  566. *rcNameID: 658
  567. *Command: CmdSelect
  568. {
  569. *Order: DOC_SETUP.20
  570. *CallbackID: 171
  571. }
  572. }
  573. *Option: 3mm
  574. {
  575. *rcNameID: 659
  576. *Command: CmdSelect
  577. {
  578. *Order: DOC_SETUP.20
  579. *CallbackID: 172
  580. }
  581. }
  582. *Option: 4mm
  583. {
  584. *rcNameID: 660
  585. *Command: CmdSelect
  586. {
  587. *Order: DOC_SETUP.20
  588. *CallbackID: 173
  589. }
  590. }
  591. *Option: 5mm
  592. {
  593. *rcNameID: 661
  594. *Command: CmdSelect
  595. {
  596. *Order: DOC_SETUP.20
  597. *CallbackID: 174
  598. }
  599. }
  600. }
  601. *%======== Top Margin in Printing (custom feature) ========
  602. *Feature: TopMarginInPrinting
  603. {
  604. *rcNameID: 653
  605. *HelpIndex: 3
  606. *FeatureType: PRINTER_PROPERTY *%%% Margin in Printing
  607. *DefaultOption: 0mm
  608. *Option: 0mm
  609. {
  610. *rcNameID: 656
  611. *Command: CmdSelect
  612. {
  613. *Order: DOC_SETUP.30
  614. *CallbackID: 175
  615. }
  616. }
  617. *Option: 1mm
  618. {
  619. *rcNameID: 657
  620. *Command: CmdSelect
  621. {
  622. *Order: DOC_SETUP.30
  623. *CallbackID: 176
  624. }
  625. }
  626. *Option: 2mm
  627. {
  628. *rcNameID: 658
  629. *Command: CmdSelect
  630. {
  631. *Order: DOC_SETUP.30
  632. *CallbackID: 177
  633. }
  634. }
  635. *Option: 3mm
  636. {
  637. *rcNameID: 659
  638. *Command: CmdSelect
  639. {
  640. *Order: DOC_SETUP.30
  641. *CallbackID: 178
  642. }
  643. }
  644. *Option: 4mm
  645. {
  646. *rcNameID: 660
  647. *Command: CmdSelect
  648. {
  649. *Order: DOC_SETUP.30
  650. *CallbackID: 179
  651. }
  652. }
  653. *Option: 5mm
  654. {
  655. *rcNameID: 661
  656. *Command: CmdSelect
  657. {
  658. *Order: DOC_SETUP.30
  659. *CallbackID: 180
  660. }
  661. }
  662. }
  663. *%======== Emulation Mode after Printing (custom feature) ========
  664. *Feature: EmulationMode
  665. {
  666. *rcNameID: 600
  667. *HelpIndex: 4
  668. *FeatureType: PRINTER_PROPERTY
  669. *DefaultOption: None
  670. *Option: None
  671. {
  672. *rcNameID: 601
  673. }
  674. *Option: RPS
  675. {
  676. *rcNameID: 604
  677. *Command: CmdSelect
  678. {
  679. *Order: JOB_FINISH.40
  680. *Cmd: "<1B12>!-1,1,1@RPS<1B> "
  681. }
  682. }
  683. *Option: R55
  684. {
  685. *rcNameID: 605
  686. *Command: CmdSelect
  687. {
  688. *Order: JOB_FINISH.40
  689. *Cmd: "<1B12>!-1,1,1@R55<1B> "
  690. }
  691. }
  692. *Option: RTIFF
  693. {
  694. *rcNameID: 662
  695. *Command: CmdSelect
  696. {
  697. *Order: JOB_FINISH.40
  698. *Cmd: "<1B12>!-1,1,1@RTF<1B> "
  699. }
  700. }
  701. *Option: Program1
  702. {
  703. *rcNameID: 612
  704. *Command: CmdSelect
  705. {
  706. *Order: JOB_FINISH.40
  707. *Cmd: "<1B12>!0,1,2@P1<1B> "
  708. }
  709. }
  710. *Option: Program2
  711. {
  712. *rcNameID: 613
  713. *Command: CmdSelect
  714. {
  715. *Order: JOB_FINISH.40
  716. *Cmd: "<1B12>!0,1,2@P2<1B> "
  717. }
  718. }
  719. *Option: Program3
  720. {
  721. *rcNameID: 614
  722. *Command: CmdSelect
  723. {
  724. *Order: JOB_FINISH.40
  725. *Cmd: "<1B12>!0,1,2@P3<1B> "
  726. }
  727. }
  728. *Option: Program4
  729. {
  730. *rcNameID: 615
  731. *Command: CmdSelect
  732. {
  733. *Order: JOB_FINISH.40
  734. *Cmd: "<1B12>!0,1,2@P4<1B> "
  735. }
  736. }
  737. *Option: Program5
  738. {
  739. *rcNameID: 616
  740. *Command: CmdSelect
  741. {
  742. *Order: JOB_FINISH.40
  743. *Cmd: "<1B12>!0,1,2@P5<1B> "
  744. }
  745. }
  746. *Option: Program6
  747. {
  748. *rcNameID: 617
  749. *Command: CmdSelect
  750. {
  751. *Order: JOB_FINISH.40
  752. *Cmd: "<1B12>!0,1,2@P6<1B> "
  753. }
  754. }
  755. *Option: Program7
  756. {
  757. *rcNameID: 618
  758. *Command: CmdSelect
  759. {
  760. *Order: JOB_FINISH.40
  761. *Cmd: "<1B12>!0,1,2@P7<1B> "
  762. }
  763. }
  764. *Option: Program8
  765. {
  766. *rcNameID: 619
  767. *Command: CmdSelect
  768. {
  769. *Order: JOB_FINISH.40
  770. *Cmd: "<1B12>!0,1,2@P8<1B> "
  771. }
  772. }
  773. *Option: Program9
  774. {
  775. *rcNameID: 620
  776. *Command: CmdSelect
  777. {
  778. *Order: JOB_FINISH.40
  779. *Cmd: "<1B12>!0,1,2@P9<1B> "
  780. }
  781. }
  782. *Option: Program10
  783. {
  784. *rcNameID: 621
  785. *Command: CmdSelect
  786. {
  787. *Order: JOB_FINISH.40
  788. *Cmd: "<1B12>!0,1,2@P10<1B> "
  789. }
  790. }
  791. *Option: Program11
  792. {
  793. *rcNameID: 622
  794. *Command: CmdSelect
  795. {
  796. *Order: JOB_FINISH.40
  797. *Cmd: "<1B12>!0,1,2@P11<1B> "
  798. }
  799. }
  800. *Option: Program12
  801. {
  802. *rcNameID: 623
  803. *Command: CmdSelect
  804. {
  805. *Order: JOB_FINISH.40
  806. *Cmd: "<1B12>!0,1,2@P12<1B> "
  807. }
  808. }
  809. *Option: Program13
  810. {
  811. *rcNameID: 624
  812. *Command: CmdSelect
  813. {
  814. *Order: JOB_FINISH.40
  815. *Cmd: "<1B12>!0,1,2@P13<1B> "
  816. }
  817. }
  818. *Option: Program14
  819. {
  820. *rcNameID: 625
  821. *Command: CmdSelect
  822. {
  823. *Order: JOB_FINISH.40
  824. *Cmd: "<1B12>!0,1,2@P14<1B> "
  825. }
  826. }
  827. *Option: Program15
  828. {
  829. *rcNameID: 626
  830. *Command: CmdSelect
  831. {
  832. *Order: JOB_FINISH.40
  833. *Cmd: "<1B12>!0,1,2@P15<1B> "
  834. }
  835. }
  836. *Option: Program16
  837. {
  838. *rcNameID: 627
  839. *Command: CmdSelect
  840. {
  841. *Order: JOB_FINISH.40
  842. *Cmd: "<1B12>!0,1,2@P16<1B> "
  843. }
  844. }
  845. }
  846. *%======== OutputBin ========
  847. *Feature: OutputBin
  848. {
  849. *rcNameID: =OUTPUTBIN_DISPLAY
  850. *HelpIndex: 6
  851. *DefaultOption: PrinterDefault
  852. *Option: PrinterDefault
  853. {
  854. *rcNameID: 270
  855. *Command: CmdSelect
  856. {
  857. *Order: DOC_SETUP.140
  858. *Cmd: "<1B12>80 "
  859. }
  860. }
  861. *Option: FinisherShiftTray
  862. {
  863. *rcNameID: 723
  864. *Command: CmdSelect
  865. {
  866. *Order: DOC_SETUP.140
  867. *Cmd: "<1B12>8F,2,1 "
  868. }
  869. }
  870. *Option: FinisherProofTray
  871. {
  872. *rcNameID: 724
  873. *Command: CmdSelect
  874. {
  875. *Order: DOC_SETUP.140
  876. *Cmd: "<1B12>8F,2,0 "
  877. }
  878. }
  879. *Option: Stacker
  880. {
  881. *rcNameID: 352
  882. *Command: CmdSelect
  883. {
  884. *Order: DOC_SETUP.140
  885. *Cmd: "<1B12>8B,,0 "
  886. }
  887. }
  888. }
  889. *%======== Memory ========
  890. *Feature: Memory
  891. {
  892. *rcNameID: =PRINTER_MEMORY_DISPLAY
  893. *HelpIndex: 15
  894. *DefaultOption: 0KB
  895. *Option: 0KB
  896. {
  897. *rcNameID: 641
  898. *MemoryConfigMB: PAIR(1, 1) *%%% dummy size for 0KB
  899. *Command: CmdSelect
  900. {
  901. *Order: JOB_SETUP.10
  902. *CallbackID: 158
  903. }
  904. }
  905. *Option: 128KB
  906. {
  907. *rcNameID: 642
  908. *MemoryConfigMB: PAIR(1, 1) *%%% dummy size for 128KB
  909. *Command: CmdSelect
  910. {
  911. *Order: JOB_SETUP.10
  912. *CallbackID: 159
  913. }
  914. }
  915. }
  916. *%======== Duplex ========
  917. *Feature: Duplex
  918. {
  919. *rcNameID: =TWO_SIDED_PRINTING_DISPLAY
  920. *DefaultOption: NONE
  921. *Option: NONE
  922. {
  923. *rcNameID: =NONE_DISPLAY
  924. }
  925. *Option: VERTICAL
  926. {
  927. *rcNameID: =FLIP_ON_LONG_EDGE_DISPLAY
  928. *Command: CmdSelect
  929. {
  930. *Order: DOC_SETUP.100
  931. *CallbackID: 71
  932. }
  933. }
  934. *Option: HORIZONTAL
  935. {
  936. *rcNameID: =FLIP_ON_SHORT_EDGE_DISPLAY
  937. *Command: CmdSelect
  938. {
  939. *Order: DOC_SETUP.100
  940. *CallbackID: 72
  941. }
  942. }
  943. }
  944. *InvalidCombination: LIST(PaperSize.CUSTOMSIZE, Duplex.VERTICAL)
  945. *InvalidCombination: LIST(PaperSize.CUSTOMSIZE, Duplex.HORIZONTAL)
  946. *%======== Collate ========
  947. *Feature: Collate
  948. {
  949. *rcNameID: 671
  950. *DefaultOption: OFF
  951. *Option: ON
  952. {
  953. *rcNameID: =ON_DISPLAY
  954. *Command: CmdSelect
  955. {
  956. *Order: JOB_SETUP.40
  957. *CallbackID: 188
  958. }
  959. }
  960. *Option: OFF
  961. {
  962. *rcNameID: =OFF_DISPLAY
  963. *Command: CmdSelect
  964. {
  965. *Order: JOB_SETUP.40
  966. *CallbackID: 187
  967. }
  968. }
  969. }
  970. *%======== Stapling ========
  971. *Feature: Stapling
  972. {
  973. *rcNameID: 629
  974. *HelpIndex: 8
  975. *DefaultOption: Disabled
  976. *Option: Disabled
  977. {
  978. *rcNameID: 632
  979. *Command: CmdSelect
  980. {
  981. *Order: JOB_SETUP.20
  982. *CallbackID: 151
  983. }
  984. }
  985. *Option: 1position
  986. {
  987. *rcNameID: 633
  988. *Command: CmdSelect
  989. {
  990. *Order: JOB_SETUP.20
  991. *CallbackID: 152
  992. }
  993. }
  994. *Option: 2position
  995. {
  996. *rcNameID: 634
  997. *Command: CmdSelect
  998. {
  999. *Order: JOB_SETUP.20
  1000. *CallbackID: 153
  1001. }
  1002. }
  1003. }
  1004. *InvalidCombination: LIST(CollateType.Rotate, Stapling.1position)
  1005. *InvalidCombination: LIST(CollateType.Rotate, Stapling.2position)
  1006. *InvalidCombination: LIST(CollateType.Shift, Stapling.1position)
  1007. *InvalidCombination: LIST(CollateType.Shift, Stapling.2position)
  1008. *InvalidCombination: LIST(PaperSize.A5, Stapling.1position)
  1009. *InvalidCombination: LIST(PaperSize.A5, Stapling.2position)
  1010. *InvalidCombination: LIST(PaperSize.STATEMENT, Stapling.1position)
  1011. *InvalidCombination: LIST(PaperSize.STATEMENT, Stapling.2position)
  1012. *InvalidCombination: LIST(PaperSize.CUSTOMSIZE, Stapling.1position)
  1013. *InvalidCombination: LIST(PaperSize.CUSTOMSIZE, Stapling.2position)
  1014. *InvalidCombination: LIST(OutputBin.FinisherProofTray, Stapling.1position)
  1015. *InvalidCombination: LIST(OutputBin.FinisherProofTray, Stapling.2position)
  1016. *InvalidCombination: LIST(OutputBin.Stacker, Stapling.1position)
  1017. *InvalidCombination: LIST(OutputBin.Stacker, Stapling.2position)
  1018. *%======== Punching (custom feature) ========
  1019. *Feature: Punching
  1020. {
  1021. *rcNameID: 630
  1022. *HelpIndex: 9
  1023. *FeatureType: DOC_PROPERTY
  1024. *DefaultOption: Disabled
  1025. *Option: Disabled
  1026. {
  1027. *rcNameID: 632
  1028. *Command: CmdSelect
  1029. {
  1030. *Order: JOB_SETUP.30
  1031. *CallbackID: 154
  1032. }
  1033. }
  1034. *Option: Enabled
  1035. {
  1036. *rcNameID: 631
  1037. *Command: CmdSelect
  1038. {
  1039. *Order: JOB_SETUP.30
  1040. *CallbackID: 155
  1041. }
  1042. }
  1043. }
  1044. *InvalidCombination: LIST(CollateType.Rotate, Punching.Enabled)
  1045. *InvalidCombination: LIST(PaperSize.A5, Punching.Enabled)
  1046. *InvalidCombination: LIST(PaperSize.STATEMENT, Punching.Enabled)
  1047. *InvalidCombination: LIST(PaperSize.CUSTOMSIZE, Punching.Enabled)
  1048. *InvalidCombination: LIST(OutputBin.FinisherProofTray, Punching.Enabled)
  1049. *InvalidCombination: LIST(OutputBin.Stacker, Punching.Enabled)
  1050. *%======== CollateType (custom feature) ========
  1051. *Feature: CollateType
  1052. {
  1053. *rcNameID: 675
  1054. *HelpIndex: 17
  1055. *FeatureType: DOC_PROPERTY
  1056. *DefaultOption: Unidirection
  1057. *Option: Unidirection
  1058. {
  1059. *rcNameID: 664
  1060. *Command: CmdSelect
  1061. {
  1062. *Order: JOB_SETUP.50
  1063. *CallbackID: 189
  1064. }
  1065. }
  1066. *Option: Rotate
  1067. {
  1068. *rcNameID: 676
  1069. *Command: CmdSelect
  1070. {
  1071. *Order: JOB_SETUP.50
  1072. *CallbackID: 190
  1073. }
  1074. }
  1075. *Option: Shift
  1076. {
  1077. *rcNameID: 677
  1078. *Command: CmdSelect
  1079. {
  1080. *Order: JOB_SETUP.50
  1081. *CallbackID: 193
  1082. }
  1083. }
  1084. }
  1085. *InvalidCombination: LIST(OutputBin.FinisherShiftTray, CollateType.Rotate)
  1086. *InvalidCombination: LIST(OutputBin.Stacker, CollateType.Rotate)
  1087. *InvalidCombination: LIST(OutputBin.FinisherProofTray, CollateType.Shift)
  1088. *%======== Scan for Rules (custom feature) ========
  1089. *Feature: ScanForRules
  1090. {
  1091. *rcNameID: 663
  1092. *HelpIndex: 10
  1093. *FeatureType: DOC_PROPERTY
  1094. *DefaultOption: Yes
  1095. *Option: Yes
  1096. {
  1097. *rcNameID: 673
  1098. EXTERN_GLOBAL: *MinGrayFill: 1
  1099. EXTERN_GLOBAL: *MaxGrayFill: 100
  1100. *Command: CmdSetRectWidth {
  1101. *CallbackID: 102
  1102. *Params: LIST(RectXSize)
  1103. }
  1104. *Command: CmdSetRectHeight {
  1105. *CallbackID: 103
  1106. *Params: LIST(RectYSize)
  1107. }
  1108. *Command: CmdRectGrayFill {
  1109. *CallbackID: 156
  1110. *Params: LIST(DestX, DestY, GrayPercentage)
  1111. }
  1112. *Command: CmdRectWhiteFill {
  1113. *CallbackID: 192
  1114. *Params: LIST(DestX, DestY)
  1115. }
  1116. }
  1117. *Option: No
  1118. {
  1119. *rcNameID: 674
  1120. }
  1121. }
  1122. *%======== PrintDensity ========
  1123. *Feature: PrintDensity
  1124. {
  1125. *rcNameID: =PRINTDENSITY_DISPLAY
  1126. *HelpIndex: 12
  1127. *DefaultOption: SmoothingOn
  1128. *Option: TonerSaveLight
  1129. {
  1130. *rcNameID: 341 *%%% Light (Toner Saving)
  1131. *Command: CmdSelect
  1132. {
  1133. *Order: DOC_SETUP.60
  1134. *Cmd: "<1B12>YA2,1 "
  1135. }
  1136. }
  1137. *Option: SmoothingOn
  1138. {
  1139. *rcNameID: 343 *%%% Normal (Smoothing On)
  1140. *Command: CmdSelect
  1141. {
  1142. *Order: DOC_SETUP.60
  1143. *Cmd: "<1B12>YA2,2 "
  1144. }
  1145. }
  1146. *Option: SmoothingOff
  1147. {
  1148. *rcNameID: 344 *%%% Normal (Smoothing Off)
  1149. *Command: CmdSelect
  1150. {
  1151. *Order: DOC_SETUP.60
  1152. *Cmd: "<1B12>YA2,4 "
  1153. }
  1154. }
  1155. }
  1156. *%======== ImageControl ========
  1157. *Feature: ImageControl
  1158. {
  1159. *rcNameID: =IMAGECONTROL_DISPLAY
  1160. *HelpIndex: 13
  1161. *DefaultOption: Scale100
  1162. *Option: Scale100
  1163. {
  1164. *rcNameID: 664 *%%% Standard
  1165. *Command: CmdSelect
  1166. {
  1167. *Order: DOC_SETUP.70
  1168. *CallbackID: 120
  1169. }
  1170. }
  1171. *Option: AtoA_Scale67
  1172. {
  1173. *rcNameID: 319 *%%% A Size->A Size Down Scaling (67%)
  1174. *Command: CmdSelect
  1175. {
  1176. *Order: DOC_SETUP.70
  1177. *CallbackID: 99
  1178. }
  1179. }
  1180. *Option: BtoA_Scale80
  1181. {
  1182. *rcNameID: 320 *%%% B Size->A Size Down Scaling (80%)
  1183. *Command: CmdSelect
  1184. {
  1185. *Order: DOC_SETUP.70
  1186. *CallbackID: 100
  1187. }
  1188. }
  1189. *Option: BtoA_Scale115
  1190. {
  1191. *rcNameID: 321 *%%% B Size->A Size Up Scaling (115%)
  1192. *Command: CmdSelect
  1193. {
  1194. *Order: DOC_SETUP.70
  1195. *CallbackID: 111
  1196. }
  1197. }
  1198. *Option: 2Up_Scale67
  1199. {
  1200. *rcNameID: 326 *%%% 2 in 1 (Down Scaling)
  1201. *Command: CmdSelect
  1202. {
  1203. *Order: DOC_SETUP.70
  1204. *CallbackID: 108
  1205. }
  1206. }
  1207. *Option: 2Up_Scale100
  1208. {
  1209. *rcNameID: 327 *%%% 2 in 1 (Non Scaling)
  1210. *Command: CmdSelect
  1211. {
  1212. *Order: DOC_SETUP.70
  1213. *CallbackID: 109
  1214. }
  1215. }
  1216. *Option: 4Up_Scale50
  1217. {
  1218. *rcNameID: 328 *%%% 4 in 1 (Down Scaling)
  1219. *Command: CmdSelect
  1220. {
  1221. *Order: DOC_SETUP.70
  1222. *CallbackID: 131
  1223. }
  1224. }
  1225. }
  1226. *InvalidCombination: LIST(PaperSize.A2toA3, ImageControl.AtoA_Scale67)
  1227. *InvalidCombination: LIST(PaperSize.A2toA3, ImageControl.BtoA_Scale80)
  1228. *InvalidCombination: LIST(PaperSize.A2toA3, ImageControl.BtoA_Scale115)
  1229. *InvalidCombination: LIST(PaperSize.A2toA3, ImageControl.2Up_Scale67)
  1230. *InvalidCombination: LIST(PaperSize.A2toA3, ImageControl.2Up_Scale100)
  1231. *InvalidCombination: LIST(PaperSize.A2toA3, ImageControl.4Up_Scale50)
  1232. *%======== Halftone ========
  1233. *Feature: Halftone
  1234. {
  1235. *rcNameID: =HALFTONING_DISPLAY
  1236. *HelpIndex: 14
  1237. *DefaultOption: HT_PATSIZE_8x8_M
  1238. *Option: HT_PATSIZE_6x6_M
  1239. {
  1240. *rcNameID: 665
  1241. }
  1242. *Option: HT_PATSIZE_8x8_M
  1243. {
  1244. *rcNameID: 666
  1245. }
  1246. *Option: HT_PATSIZE_10x10_M
  1247. {
  1248. *rcNameID: 667
  1249. }
  1250. *Option: HT_PATSIZE_12x12_M
  1251. {
  1252. *rcNameID: 668
  1253. }
  1254. *Option: HT_PATSIZE_14x14_M
  1255. {
  1256. *rcNameID: 669
  1257. }
  1258. *Option: HT_PATSIZE_16x16_M
  1259. {
  1260. *rcNameID: 670
  1261. }
  1262. *Ifdef: WINNT_50
  1263. *Option: HT_PATSIZE_SUPERCELL_M
  1264. {
  1265. *rcNameID: =HT_SUPERCELL_DISPLAY
  1266. }
  1267. *Endif:
  1268. }
  1269. *%======== Finisher (custom feature) ========
  1270. *Feature: Finisher
  1271. {
  1272. *rcNameID: 804
  1273. *FeatureType: PRINTER_PROPERTY
  1274. *DefaultOption: FinisherSF100
  1275. *Option: NotInstalled
  1276. {
  1277. *rcNameID: 801
  1278. *Constraints: OutputBin.FinisherProofTray
  1279. *Constraints: OutputBin.FinisherShiftTray
  1280. *Constraints: OutputBin.Stacker
  1281. *Constraints: CollateType.Shift
  1282. *Constraints: Stapling.1position
  1283. *Constraints: Stapling.2position
  1284. *Constraints: Punching.Enabled
  1285. *DisabledFeatures: LIST(Stapling)
  1286. }
  1287. *Option: FinisherSF100
  1288. {
  1289. *rcNameID: 814
  1290. *Constraints: OutputBin.Stacker
  1291. }
  1292. *Option: BookletFinisher
  1293. {
  1294. *rcNameID: 815
  1295. *Constraints: OutputBin.FinisherProofTray
  1296. *Constraints: OutputBin.FinisherShiftTray
  1297. *Constraints: Stapling.1position
  1298. *Constraints: Stapling.2position
  1299. *Constraints: Punching.Enabled
  1300. *DisabledFeatures: LIST(Stapling)
  1301. }
  1302. }
  1303. *%======== StartDoc ========
  1304. *Command: CmdStartDoc
  1305. {
  1306. *Order: DOC_SETUP.10
  1307. *CallbackID: 211
  1308. }
  1309. *%======== EndJob ========
  1310. *Command: CmdEndJob
  1311. {
  1312. *Order: JOB_FINISH.10
  1313. *CallbackID: 30
  1314. }
  1315. *%======== Copies ========
  1316. *Command: CmdCopies
  1317. {
  1318. *Order: DOC_SETUP.150
  1319. *CallbackID: 31
  1320. *Params: LIST(NumOfCopies)
  1321. }
  1322. *%======== Capabilities ========
  1323. *RotateCoordinate?: FALSE
  1324. *RotateRaster?: TRUE
  1325. *RotateFont?: TRUE
  1326. *TextCaps: LIST(TC_OP_CHARACTER,TC_SF_X_YINDEP,TC_SA_DOUBLE,TC_SA_INTEGER,TC_SA_CONTIN,TC_EA_DOUBLE,TC_IA_ABLE)
  1327. *MemoryUsage: LIST(FONT)
  1328. *%======== Cursor Control ========
  1329. *CursorXAfterCR: AT_CURSOR_X_ORIGIN
  1330. *XMoveThreshold: 0
  1331. *YMoveThreshold: 0
  1332. *%XMoveUnit: 1200
  1333. *%YMoveUnit: 1200
  1334. *Command: CmdXMoveAbsolute {
  1335. *CallbackID: 44
  1336. *Params: LIST(DestX)
  1337. }
  1338. *Command: CmdXMoveRelRight {
  1339. *CallbackID: 45
  1340. *Params: LIST(DestXRel)
  1341. }
  1342. *Command: CmdXMoveRelLeft {
  1343. *CallbackID: 46
  1344. *Params: LIST(DestXRel)
  1345. }
  1346. *Command: CmdYMoveAbsolute {
  1347. *CallbackID: 47
  1348. *Params: LIST(DestY)
  1349. }
  1350. *Command: CmdYMoveRelDown {
  1351. *CallbackID: 48
  1352. *Params: LIST(DestYRel)
  1353. }
  1354. *Command: CmdYMoveRelUp {
  1355. *CallbackID: 49
  1356. *Params: LIST(DestYRel)
  1357. }
  1358. *Command: CmdCR { *CallbackID: 105 }
  1359. *Command: CmdLF { *CallbackID: 106 }
  1360. *Command: CmdFF { *CallbackID: 37 }
  1361. *Command: CmdBackSpace { *CallbackID: 107 }
  1362. *EjectPageWithFF?: TRUE
  1363. *%======== Raster Data ========
  1364. *Command: CmdEnableOEMComp { *CallbackID : 183 }
  1365. *Command: CmdEnableFE_RLE { *CallbackID : 80 }
  1366. *Command: CmdDisableCompression { *CallbackID: 136 }
  1367. *OutputDataFormat: H_BYTE
  1368. *OptimizeLeftBound?: TRUE
  1369. *CursorXAfterSendBlockData: AT_GRXDATA_ORIGIN
  1370. *CursorYAfterSendBlockData: NO_MOVE
  1371. *%======== Font ========
  1372. *DefaultFont: 50
  1373. *DefaultCTT: 0
  1374. *CharPosition: BASELINE
  1375. *TTFSEnabled?: TRUE
  1376. *TTFS: MSMincho
  1377. {
  1378. *rcTTFontNameID: 500
  1379. *rcDevFontNameID: 501
  1380. }
  1381. *TTFS: MSMinchoV
  1382. {
  1383. *rcTTFontNameID: 502
  1384. *rcDevFontNameID: 503
  1385. }
  1386. *TTFS: MSGothic
  1387. {
  1388. *rcTTFontNameID: 504
  1389. *rcDevFontNameID: 505
  1390. }
  1391. *TTFS: MSGothicV
  1392. {
  1393. *rcTTFontNameID: 506
  1394. *rcDevFontNameID: 507
  1395. }
  1396. *TTFS: MSMinchoEngName
  1397. {
  1398. *rcTTFontNameID: 570
  1399. *rcDevFontNameID: 501
  1400. }
  1401. *TTFS: MSMinchoVEngName
  1402. {
  1403. *rcTTFontNameID: 571
  1404. *rcDevFontNameID: 503
  1405. }
  1406. *TTFS: MSGothicEngName
  1407. {
  1408. *rcTTFontNameID: 572
  1409. *rcDevFontNameID: 505
  1410. }
  1411. *TTFS: MSGothicVEngName
  1412. {
  1413. *rcTTFontNameID: 573
  1414. *rcDevFontNameID: 507
  1415. }
  1416. *TTFS: MSPMincho
  1417. {
  1418. *rcTTFontNameID: 518
  1419. *rcDevFontNameID: 518
  1420. }
  1421. *TTFS: MSPGothic
  1422. {
  1423. *rcTTFontNameID: 520
  1424. *rcDevFontNameID: 520
  1425. }
  1426. *TTFS: MSPMinchoEngName
  1427. {
  1428. *rcTTFontNameID: 574
  1429. *rcDevFontNameID: 518
  1430. }
  1431. *TTFS: MSPGothicEngName
  1432. {
  1433. *rcTTFontNameID: 575
  1434. *rcDevFontNameID: 520
  1435. }
  1436. *TTFS: Arial
  1437. {
  1438. *rcTTFontNameID: 508
  1439. *rcDevFontNameID: 509
  1440. }
  1441. *TTFS: Century
  1442. {
  1443. *rcTTFontNameID: 510
  1444. *rcDevFontNameID: 511
  1445. }
  1446. *TTFS: TimesNewRoman
  1447. {
  1448. *rcTTFontNameID: 512
  1449. *rcDevFontNameID: 513
  1450. }
  1451. *TTFS: CourierNew
  1452. {
  1453. *rcTTFontNameID: 514
  1454. *rcDevFontNameID: 515
  1455. }
  1456. *DeviceFonts: LIST(1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,
  1457. + 17,18,50,51,56,57,74,76,77,78,79,80,81,82,83,84,85,86,87)
  1458. *FontCartridge: FC1
  1459. {
  1460. *rcCartridgeNameID: 310
  1461. *Fonts: LIST(58,59)
  1462. }
  1463. *Command: CmdBoldOn { *CallbackID: 38 }
  1464. *Command: CmdBoldOff { *CallbackID: 39 }
  1465. *Command: CmdItalicOn { *CallbackID: 40 }
  1466. *Command: CmdItalicOff { *CallbackID: 41 }
  1467. *Command: CmdWhiteTextOn { *CallbackID: 42 }
  1468. *Command: CmdWhiteTextOff { *CallbackID: 43 }
  1469. *%======== Font Downloading ========
  1470. *MinFontID: 0
  1471. *%MaxFontID: 3
  1472. *MinGlyphID: 0
  1473. *MaxGlyphID: 69
  1474. *FontFormat: OEM_CALLBACK
  1475. *Command: CmdSetFontID {
  1476. *CallbackID: 113
  1477. *Params: LIST(FontHeight)
  1478. }
  1479. *Command: CmdSelectFontID {
  1480. *CallbackID: 114
  1481. }
  1482. *Command: CmdSetCharCode {
  1483. *CallbackID: 157
  1484. *Params: LIST(NextGlyph)
  1485. }