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.

1479 lines
35 KiB

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