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.

759 lines
24 KiB

  1. *%
  2. *% Copyright (c) 1997 - 1999 Microsoft Corporation
  3. *% All Rights Reserved.
  4. *%
  5. *GPDSpecVersion: "1.0"
  6. *GPDFileVersion: "1.00"
  7. *GPDFileName: "EPLQ217T.GPD"
  8. *Include: "STDNAMES.GPD"
  9. *CodePage: 1252
  10. *ModelName: "Epson LQ-2170C"
  11. *MasterUnits: PAIR(360, 360)
  12. *ResourceDLL: "eplqtres.dll"
  13. *PrinterType: SERIAL
  14. *FontCartSlots: 1
  15. *PrintRateUnit: CPS
  16. *PrintRate: 330
  17. *Feature: Orientation
  18. {
  19. *rcNameID: =ORIENTATION_DISPLAY
  20. *DefaultOption: PORTRAIT
  21. *Option: PORTRAIT
  22. {
  23. *rcNameID: =PORTRAIT_DISPLAY
  24. }
  25. *Option: LANDSCAPE_CC270
  26. {
  27. *rcNameID: =LANDSCAPE_DISPLAY
  28. }
  29. }
  30. *Feature: InputBin
  31. {
  32. *rcNameID: =PAPER_SOURCE_DISPLAY
  33. *DefaultOption: Option1
  34. *Option: Option1
  35. {
  36. *rcNameID: 259
  37. *Command: CmdSelect
  38. {
  39. *Order: DOC_SETUP.3
  40. *Cmd: "<1B19>0"
  41. }
  42. }
  43. *Option: Option2
  44. {
  45. *rcNameID: 258
  46. *Command: CmdSelect
  47. {
  48. *Order: DOC_SETUP.3
  49. *Cmd: "<1B19>0"
  50. }
  51. }
  52. *Option: Option3
  53. {
  54. *rcNameID: 260
  55. *Command: CmdSelect
  56. {
  57. *Order: DOC_SETUP.3
  58. *Cmd: "<1B19>4<1B19>1"
  59. }
  60. }
  61. *Option: Option4
  62. {
  63. *rcNameID: 261
  64. *Command: CmdSelect
  65. {
  66. *Order: DOC_SETUP.3
  67. *Cmd: "<1B19>4<1B19>2"
  68. }
  69. }
  70. }
  71. *Feature: Resolution
  72. {
  73. *rcNameID: =RESOLUTION_DISPLAY
  74. *DefaultOption: Option1
  75. *Option: Option1
  76. {
  77. *Name: "180 x 180 dots per inch"
  78. *DPI: PAIR(180, 180)
  79. *TextDPI: PAIR(180, 180)
  80. *PinsPerLogPass: 24
  81. *PinsPerPhysPass: 24
  82. *MinStripBlankPixels: 180
  83. EXTERN_GLOBAL: *StripBlanks: LIST(LEADING,ENCLOSED,TRAILING)
  84. *SpotDiameter: 120
  85. *Command: CmdSendBlockData { *Cmd : "<1B>*'" %l{NumOfDataBytes / 3} }
  86. }
  87. *Option: Option2
  88. {
  89. *Name: "360 x 360 dots per inch"
  90. *DPI: PAIR(360, 360)
  91. *TextDPI: PAIR(360, 360)
  92. *PinsPerLogPass: 48
  93. *PinsPerPhysPass: 24
  94. *MinStripBlankPixels: 360
  95. EXTERN_GLOBAL: *StripBlanks: LIST(LEADING,ENCLOSED,TRAILING)
  96. *% Warning: this resolution has RES_BO_NO_ADJACENT set in GPC, which is ignored by GPD. Custom code is needed.
  97. *SpotDiameter: 170
  98. *Command: CmdSendBlockData { *Cmd : "<1B>*(" %l{NumOfDataBytes / 3} }
  99. }
  100. }
  101. *Feature: PaperSize
  102. {
  103. *rcNameID: =PAPER_SIZE_DISPLAY
  104. *DefaultOption: LETTER
  105. *Option: LETTER
  106. {
  107. *rcNameID: =LETTER_DISPLAY
  108. *Command: CmdSelect
  109. {
  110. *Order: DOC_SETUP.4
  111. *Cmd: "<1B>2<1B>CB"
  112. }
  113. *switch: InputBin
  114. {
  115. *case: Option1
  116. {
  117. *PrintableArea: PAIR(2940, 3615)
  118. *PrintableOrigin: PAIR(60, 120)
  119. *switch: Resolution
  120. {
  121. *case: Option1
  122. {
  123. *% Warning: the following printable length is adjusted (3615->3614) so it is divisible by the resolution Y scale.
  124. *PrintableArea: PAIR(2940, 3614)
  125. }
  126. }
  127. }
  128. *case: Option2
  129. {
  130. *PrintableArea: PAIR(2940, 3960)
  131. *PrintableOrigin: PAIR(60, 0)
  132. }
  133. *case: Option3
  134. {
  135. *PrintableArea: PAIR(2940, 3615)
  136. *PrintableOrigin: PAIR(60, 120)
  137. *switch: Resolution
  138. {
  139. *case: Option1
  140. {
  141. *% Warning: the following printable length is adjusted (3615->3614) so it is divisible by the resolution Y scale.
  142. *PrintableArea: PAIR(2940, 3614)
  143. }
  144. }
  145. }
  146. *case: Option4
  147. {
  148. *PrintableArea: PAIR(2940, 3615)
  149. *PrintableOrigin: PAIR(60, 120)
  150. *switch: Resolution
  151. {
  152. *case: Option1
  153. {
  154. *% Warning: the following printable length is adjusted (3615->3614) so it is divisible by the resolution Y scale.
  155. *PrintableArea: PAIR(2940, 3614)
  156. }
  157. }
  158. }
  159. }
  160. }
  161. *Option: A3
  162. {
  163. *rcNameID: =A3_DISPLAY
  164. *Command: CmdSelect
  165. {
  166. *Order: DOC_SETUP.4
  167. *Cmd: "<1B>2<1B>Cc"
  168. }
  169. *switch: InputBin
  170. {
  171. *case: Option1
  172. {
  173. *PrintableArea: PAIR(4088, 5609)
  174. *PrintableOrigin: PAIR(60, 120)
  175. *switch: Resolution
  176. {
  177. *case: Option1
  178. {
  179. *% Warning: the following printable length is adjusted (5609->5608) so it is divisible by the resolution Y scale.
  180. *PrintableArea: PAIR(4088, 5608)
  181. }
  182. }
  183. }
  184. *case: Option2
  185. {
  186. *PrintableArea: PAIR(4088, 5954)
  187. *PrintableOrigin: PAIR(60, 0)
  188. }
  189. *case: Option3
  190. {
  191. *PrintableArea: PAIR(4088, 5609)
  192. *PrintableOrigin: PAIR(60, 120)
  193. *switch: Resolution
  194. {
  195. *case: Option1
  196. {
  197. *% Warning: the following printable length is adjusted (5609->5608) so it is divisible by the resolution Y scale.
  198. *PrintableArea: PAIR(4088, 5608)
  199. }
  200. }
  201. }
  202. *case: Option4
  203. {
  204. *PrintableArea: PAIR(4088, 5609)
  205. *PrintableOrigin: PAIR(60, 120)
  206. *switch: Resolution
  207. {
  208. *case: Option1
  209. {
  210. *% Warning: the following printable length is adjusted (5609->5608) so it is divisible by the resolution Y scale.
  211. *PrintableArea: PAIR(4088, 5608)
  212. }
  213. }
  214. }
  215. }
  216. }
  217. *Option: B4
  218. {
  219. *rcNameID: =B4_DISPLAY
  220. *Command: CmdSelect
  221. {
  222. *Order: DOC_SETUP.4
  223. *Cmd: "<1B>2<1B>CT"
  224. }
  225. *switch: InputBin
  226. {
  227. *case: Option1
  228. {
  229. *PrintableArea: PAIR(3523, 4814)
  230. *PrintableOrigin: PAIR(60, 120)
  231. *switch: Resolution
  232. {
  233. *case: Option1
  234. {
  235. *% Warning: the following printable width is adjusted (3523->3522) so it is divisible by the resolution X scale.
  236. *PrintableArea: PAIR(3522, 4814)
  237. }
  238. }
  239. }
  240. *case: Option2
  241. {
  242. *PrintableArea: PAIR(3523, 5159)
  243. *PrintableOrigin: PAIR(60, 0)
  244. *switch: Resolution
  245. {
  246. *case: Option1
  247. {
  248. *% Warning: the following printable width is adjusted (3523->3522) so it is divisible by the resolution X scale.
  249. *% Warning: the following printable length is adjusted (5159->5158) so it is divisible by the resolution Y scale.
  250. *PrintableArea: PAIR(3522, 5158)
  251. }
  252. }
  253. }
  254. *case: Option3
  255. {
  256. *PrintableArea: PAIR(3523, 4814)
  257. *PrintableOrigin: PAIR(60, 120)
  258. *switch: Resolution
  259. {
  260. *case: Option1
  261. {
  262. *% Warning: the following printable width is adjusted (3523->3522) so it is divisible by the resolution X scale.
  263. *PrintableArea: PAIR(3522, 4814)
  264. }
  265. }
  266. }
  267. *case: Option4
  268. {
  269. *PrintableArea: PAIR(3523, 4814)
  270. *PrintableOrigin: PAIR(60, 120)
  271. *switch: Resolution
  272. {
  273. *case: Option1
  274. {
  275. *% Warning: the following printable width is adjusted (3523->3522) so it is divisible by the resolution X scale.
  276. *PrintableArea: PAIR(3522, 4814)
  277. }
  278. }
  279. }
  280. }
  281. }
  282. *Option: LEGAL
  283. {
  284. *rcNameID: =LEGAL_DISPLAY
  285. *Command: CmdSelect
  286. {
  287. *Order: DOC_SETUP.4
  288. *Cmd: "<1B>2<1B>CT"
  289. }
  290. *switch: InputBin
  291. {
  292. *case: Option1
  293. {
  294. *PrintableArea: PAIR(2940, 4695)
  295. *PrintableOrigin: PAIR(60, 120)
  296. *switch: Resolution
  297. {
  298. *case: Option1
  299. {
  300. *% Warning: the following printable length is adjusted (4695->4694) so it is divisible by the resolution Y scale.
  301. *PrintableArea: PAIR(2940, 4694)
  302. }
  303. }
  304. }
  305. *case: Option2
  306. {
  307. *PrintableArea: PAIR(2940, 5040)
  308. *PrintableOrigin: PAIR(60, 0)
  309. }
  310. *case: Option3
  311. {
  312. *PrintableArea: PAIR(2940, 4695)
  313. *PrintableOrigin: PAIR(60, 120)
  314. *switch: Resolution
  315. {
  316. *case: Option1
  317. {
  318. *% Warning: the following printable length is adjusted (4695->4694) so it is divisible by the resolution Y scale.
  319. *PrintableArea: PAIR(2940, 4694)
  320. }
  321. }
  322. }
  323. *case: Option4
  324. {
  325. *PrintableArea: PAIR(2940, 4695)
  326. *PrintableOrigin: PAIR(60, 120)
  327. *switch: Resolution
  328. {
  329. *case: Option1
  330. {
  331. *% Warning: the following printable length is adjusted (4695->4694) so it is divisible by the resolution Y scale.
  332. *PrintableArea: PAIR(2940, 4694)
  333. }
  334. }
  335. }
  336. }
  337. }
  338. *Option: A4
  339. {
  340. *rcNameID: =A4_DISPLAY
  341. *Command: CmdSelect
  342. {
  343. *Order: DOC_SETUP.4
  344. *Cmd: "<1B>2<1B>CF"
  345. }
  346. *switch: InputBin
  347. {
  348. *case: Option1
  349. {
  350. *PrintableArea: PAIR(2857, 3863)
  351. *PrintableOrigin: PAIR(60, 120)
  352. *switch: Resolution
  353. {
  354. *case: Option1
  355. {
  356. *% Warning: the following printable width is adjusted (2857->2856) so it is divisible by the resolution X scale.
  357. *% Warning: the following printable length is adjusted (3863->3862) so it is divisible by the resolution Y scale.
  358. *PrintableArea: PAIR(2856, 3862)
  359. }
  360. }
  361. }
  362. *case: Option2
  363. {
  364. *PrintableArea: PAIR(2857, 4208)
  365. *PrintableOrigin: PAIR(60, 0)
  366. *switch: Resolution
  367. {
  368. *case: Option1
  369. {
  370. *% Warning: the following printable width is adjusted (2857->2856) so it is divisible by the resolution X scale.
  371. *PrintableArea: PAIR(2856, 4208)
  372. }
  373. }
  374. }
  375. *case: Option3
  376. {
  377. *PrintableArea: PAIR(2857, 3863)
  378. *PrintableOrigin: PAIR(60, 120)
  379. *switch: Resolution
  380. {
  381. *case: Option1
  382. {
  383. *% Warning: the following printable width is adjusted (2857->2856) so it is divisible by the resolution X scale.
  384. *% Warning: the following printable length is adjusted (3863->3862) so it is divisible by the resolution Y scale.
  385. *PrintableArea: PAIR(2856, 3862)
  386. }
  387. }
  388. }
  389. *case: Option4
  390. {
  391. *PrintableArea: PAIR(2857, 3863)
  392. *PrintableOrigin: PAIR(60, 120)
  393. *switch: Resolution
  394. {
  395. *case: Option1
  396. {
  397. *% Warning: the following printable width is adjusted (2857->2856) so it is divisible by the resolution X scale.
  398. *% Warning: the following printable length is adjusted (3863->3862) so it is divisible by the resolution Y scale.
  399. *PrintableArea: PAIR(2856, 3862)
  400. }
  401. }
  402. }
  403. }
  404. }
  405. *Option: A5
  406. {
  407. *rcNameID: =A5_DISPLAY
  408. *Command: CmdSelect
  409. {
  410. *Order: DOC_SETUP.4
  411. *Cmd: "<1B>2<1B>C2"
  412. }
  413. *switch: InputBin
  414. {
  415. *case: Option1
  416. {
  417. *PrintableArea: PAIR(1979, 2632)
  418. *PrintableOrigin: PAIR(60, 120)
  419. *switch: Resolution
  420. {
  421. *case: Option1
  422. {
  423. *% Warning: the following printable width is adjusted (1979->1978) so it is divisible by the resolution X scale.
  424. *PrintableArea: PAIR(1978, 2632)
  425. }
  426. }
  427. }
  428. *case: Option2
  429. {
  430. *PrintableArea: PAIR(1979, 2977)
  431. *PrintableOrigin: PAIR(60, 0)
  432. *switch: Resolution
  433. {
  434. *case: Option1
  435. {
  436. *% Warning: the following printable width is adjusted (1979->1978) so it is divisible by the resolution X scale.
  437. *% Warning: the following printable length is adjusted (2977->2976) so it is divisible by the resolution Y scale.
  438. *PrintableArea: PAIR(1978, 2976)
  439. }
  440. }
  441. }
  442. *case: Option3
  443. {
  444. *PrintableArea: PAIR(1979, 2632)
  445. *PrintableOrigin: PAIR(60, 120)
  446. *switch: Resolution
  447. {
  448. *case: Option1
  449. {
  450. *% Warning: the following printable width is adjusted (1979->1978) so it is divisible by the resolution X scale.
  451. *PrintableArea: PAIR(1978, 2632)
  452. }
  453. }
  454. }
  455. *case: Option4
  456. {
  457. *PrintableArea: PAIR(1979, 2632)
  458. *PrintableOrigin: PAIR(60, 120)
  459. *switch: Resolution
  460. {
  461. *case: Option1
  462. {
  463. *% Warning: the following printable width is adjusted (1979->1978) so it is divisible by the resolution X scale.
  464. *PrintableArea: PAIR(1978, 2632)
  465. }
  466. }
  467. }
  468. }
  469. }
  470. *Option: B5
  471. {
  472. *rcNameID: =B5_DISPLAY
  473. *Command: CmdSelect
  474. {
  475. *Order: DOC_SETUP.4
  476. *Cmd: "<1B>2<1B>C="
  477. }
  478. *switch: InputBin
  479. {
  480. *case: Option1
  481. {
  482. *PrintableArea: PAIR(2461, 3298)
  483. *PrintableOrigin: PAIR(60, 120)
  484. *switch: Resolution
  485. {
  486. *case: Option1
  487. {
  488. *% Warning: the following printable width is adjusted (2461->2460) so it is divisible by the resolution X scale.
  489. *PrintableArea: PAIR(2460, 3298)
  490. }
  491. }
  492. }
  493. *case: Option2
  494. {
  495. *PrintableArea: PAIR(2461, 3643)
  496. *PrintableOrigin: PAIR(60, 0)
  497. *switch: Resolution
  498. {
  499. *case: Option1
  500. {
  501. *% Warning: the following printable width is adjusted (2461->2460) so it is divisible by the resolution X scale.
  502. *% Warning: the following printable length is adjusted (3643->3642) so it is divisible by the resolution Y scale.
  503. *PrintableArea: PAIR(2460, 3642)
  504. }
  505. }
  506. }
  507. *case: Option3
  508. {
  509. *PrintableArea: PAIR(2461, 3298)
  510. *PrintableOrigin: PAIR(60, 120)
  511. *switch: Resolution
  512. {
  513. *case: Option1
  514. {
  515. *% Warning: the following printable width is adjusted (2461->2460) so it is divisible by the resolution X scale.
  516. *PrintableArea: PAIR(2460, 3298)
  517. }
  518. }
  519. }
  520. *case: Option4
  521. {
  522. *PrintableArea: PAIR(2461, 3298)
  523. *PrintableOrigin: PAIR(60, 120)
  524. *switch: Resolution
  525. {
  526. *case: Option1
  527. {
  528. *% Warning: the following printable width is adjusted (2461->2460) so it is divisible by the resolution X scale.
  529. *PrintableArea: PAIR(2460, 3298)
  530. }
  531. }
  532. }
  533. }
  534. }
  535. *Option: FANFOLD_US
  536. {
  537. *rcNameID: =FANFOLD_US_DISPLAY
  538. *Command: CmdSelect
  539. {
  540. *Order: DOC_SETUP.4
  541. *Cmd: "<1B>2<1B>CB"
  542. }
  543. *switch: InputBin
  544. {
  545. *case: Option1
  546. {
  547. *PrintableArea: PAIR(4895, 3615)
  548. *PrintableOrigin: PAIR(0, 120)
  549. *switch: Resolution
  550. {
  551. *case: Option1
  552. {
  553. *% Warning: the following printable width is adjusted (4895->4894) so it is divisible by the resolution X scale.
  554. *% Warning: the following printable length is adjusted (3615->3614) so it is divisible by the resolution Y scale.
  555. *PrintableArea: PAIR(4894, 3614)
  556. }
  557. }
  558. }
  559. *case: Option2
  560. {
  561. *PrintableArea: PAIR(4895, 3960)
  562. *PrintableOrigin: PAIR(0, 0)
  563. *switch: Resolution
  564. {
  565. *case: Option1
  566. {
  567. *% Warning: the following printable width is adjusted (4895->4894) so it is divisible by the resolution X scale.
  568. *PrintableArea: PAIR(4894, 3960)
  569. }
  570. }
  571. }
  572. *case: Option3
  573. {
  574. *PrintableArea: PAIR(4895, 3615)
  575. *PrintableOrigin: PAIR(0, 120)
  576. *switch: Resolution
  577. {
  578. *case: Option1
  579. {
  580. *% Warning: the following printable width is adjusted (4895->4894) so it is divisible by the resolution X scale.
  581. *% Warning: the following printable length is adjusted (3615->3614) so it is divisible by the resolution Y scale.
  582. *PrintableArea: PAIR(4894, 3614)
  583. }
  584. }
  585. }
  586. *case: Option4
  587. {
  588. *PrintableArea: PAIR(4895, 3615)
  589. *PrintableOrigin: PAIR(0, 120)
  590. *switch: Resolution
  591. {
  592. *case: Option1
  593. {
  594. *% Warning: the following printable width is adjusted (4895->4894) so it is divisible by the resolution X scale.
  595. *% Warning: the following printable length is adjusted (3615->3614) so it is divisible by the resolution Y scale.
  596. *PrintableArea: PAIR(4894, 3614)
  597. }
  598. }
  599. }
  600. }
  601. }
  602. *Option: CUSTOMSIZE
  603. {
  604. *rcNameID: =USER_DEFINED_SIZE_DISPLAY
  605. *MinSize: PAIR(360, 360)
  606. *MaxSize: PAIR(5040, 7920)
  607. *MaxPrintableWidth: 4896
  608. *MinLeftMargin: 0
  609. *CenterPrintable?: FALSE
  610. *switch: InputBin
  611. {
  612. *case: Option1
  613. {
  614. *TopMargin: 120
  615. *BottomMargin: 225
  616. }
  617. *case: Option2
  618. {
  619. *TopMargin: 0
  620. *BottomMargin: 0
  621. }
  622. *case: Option3
  623. {
  624. *TopMargin: 120
  625. *BottomMargin: 225
  626. }
  627. *case: Option4
  628. {
  629. *TopMargin: 120
  630. *BottomMargin: 225
  631. }
  632. }
  633. *Command: CmdSelect
  634. {
  635. *Order: DOC_SETUP.4
  636. *Cmd: "<1B>2<1B>C" %c{PhysPaperLength}
  637. }
  638. }
  639. }
  640. *Feature: PrintQuality
  641. {
  642. *rcNameID: =TEXT_QUALITY_DISPLAY
  643. *DefaultOption: LETTER_QUALITY
  644. *Option: LETTER_QUALITY
  645. {
  646. *rcNameID: =LETTER_QUALITY_DISPLAY
  647. *Command: CmdSelect
  648. {
  649. *Order: DOC_SETUP.2
  650. *Cmd: "<1B>x<01>"
  651. }
  652. }
  653. *Option: DRAFT_QUALITY
  654. {
  655. *rcNameID: =DRAFT_QUALITY_DISPLAY
  656. *Command: CmdSelect
  657. {
  658. *Order: DOC_SETUP.2
  659. *Cmd: "<1B>x<00>"
  660. }
  661. }
  662. }
  663. *Feature: Halftone
  664. {
  665. *rcNameID: =HALFTONING_DISPLAY
  666. *DefaultOption: HT_PATSIZE_AUTO
  667. *Option: HT_PATSIZE_AUTO
  668. {
  669. *rcNameID: =HT_AUTO_SELECT_DISPLAY
  670. }
  671. *Option: HT_PATSIZE_SUPERCELL_M
  672. {
  673. *rcNameID: =HT_SUPERCELL_DISPLAY
  674. }
  675. *Option: HT_PATSIZE_6x6_M
  676. {
  677. *rcNameID: =HT_DITHER6X6_DISPLAY
  678. }
  679. *Option: HT_PATSIZE_8x8_M
  680. {
  681. *rcNameID: =HT_DITHER8X8_DISPLAY
  682. }
  683. }
  684. *Command: CmdStartDoc
  685. {
  686. *Order: DOC_SETUP.1
  687. *Cmd: "<1B>@<1B>t<011B>I<011B>6<1B>R<001C>."
  688. }
  689. *Command: CmdStartPage
  690. {
  691. *Order: PAGE_SETUP.1
  692. *Cmd: "<0D>"
  693. }
  694. *RotateCoordinate?: FALSE
  695. *RotateRaster?: FALSE
  696. *RotateFont?: FALSE
  697. *switch: Orientation
  698. {
  699. *case: PORTRAIT
  700. {
  701. *TextCaps: LIST(TC_SA_DOUBLE,TC_EA_DOUBLE,TC_IA_ABLE,TC_UA_ABLE,TC_RA_ABLE)
  702. }
  703. *case: LANDSCAPE_CC270
  704. {
  705. *TextCaps: LIST(TC_RA_ABLE)
  706. }
  707. }
  708. *CursorXAfterCR: AT_CURSOR_X_ORIGIN
  709. *YMoveAttributes: LIST(SEND_CR_FIRST)
  710. *MaxLineSpacing: 255
  711. *XMoveThreshold: 0
  712. *YMoveThreshold: *
  713. *XMoveUnit: 60
  714. *YMoveUnit: 180
  715. *Command: CmdXMoveAbsolute { *Cmd : "<1B>$" %l[0,765]{max_repeat((DestX / 6) )} }
  716. *Command: CmdYMoveRelDown { *Cmd : "<1B>J" %c[0,255]{max_repeat((DestYRel / 2) )} }
  717. *Command: CmdSetLineSpacing { *Cmd : "<1B>3" %c[0,255]{(LinefeedSpacing / 2) } }
  718. *Command: CmdCR { *Cmd : "<0D>" }
  719. *Command: CmdLF { *Cmd : "<0A>" }
  720. *Command: CmdFF { *Cmd : "<0C>" }
  721. *Command: CmdBackSpace { *Cmd : "<08>" }
  722. *Command: CmdUniDirectionOn { *Cmd : "<1B>U<01>" }
  723. *Command: CmdUniDirectionOff { *Cmd : "<1B>U<00>" }
  724. *EjectPageWithFF?: TRUE
  725. *switch: InputBin
  726. {
  727. *case: Option2
  728. {
  729. *EjectPageWithFF?: FALSE
  730. }
  731. }
  732. *OutputDataFormat: V_BYTE
  733. *OptimizeLeftBound?: FALSE
  734. *CursorXAfterSendBlockData: AT_GRXDATA_END
  735. *CursorYAfterSendBlockData: NO_MOVE
  736. *DefaultFont: 3
  737. *DefaultCTT: 2
  738. *switch: Orientation
  739. {
  740. *case: PORTRAIT
  741. {
  742. *DeviceFonts: LIST(1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,
  743. + 17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,
  744. + 33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,
  745. + 49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,
  746. + 65,66,67,68)
  747. }
  748. *case: LANDSCAPE_CC270
  749. {
  750. *DeviceFonts: LIST()
  751. }
  752. }
  753. *Command: CmdBoldOn { *Cmd : "<1B>E" }
  754. *Command: CmdBoldOff { *Cmd : "<1B>F" }
  755. *Command: CmdItalicOn { *Cmd : "<1B>4" }
  756. *Command: CmdItalicOff { *Cmd : "<1B>5" }
  757. *Command: CmdUnderlineOn { *Cmd : "<1B>-<01>" }
  758. *Command: CmdUnderlineOff { *Cmd : "<1B>-<00>" }