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
40 KiB

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