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.

829 lines
22 KiB

  1. *%
  2. *% Copyright (c) 1997 - 1999 Microsoft Corporation
  3. *% All Rights Reserved.
  4. *%
  5. *GPDSpecVersion: "1.0"
  6. *GPDFileVersion: "1.00"
  7. *GPDFileName: "FX4108VJ.GPD"
  8. *Include: "STDNAMES.GPD"
  9. *CodePage: 1252
  10. *ModelName: "Fuji Xerox 4108VII ART3"
  11. *MasterUnits: PAIR(1200, 1200)
  12. *ResourceDLL: "FXARTRES.DLL"
  13. *PrinterType: PAGE
  14. *PrintRate: 15
  15. *PrintRateUnit: PPM
  16. *MaxCopies: 99
  17. *%========== Orientation ==========
  18. *Feature: Orientation
  19. {
  20. *rcNameID: =ORIENTATION_DISPLAY
  21. *DefaultOption: PORTRAIT
  22. *Option: PORTRAIT
  23. {
  24. *rcNameID: =PORTRAIT_DISPLAY
  25. *Command: CmdSelect
  26. {
  27. *Order: DOC_SETUP.4
  28. *CallbackID: 17
  29. }
  30. }
  31. *Option: LANDSCAPE_CC90
  32. {
  33. *rcNameID: =LANDSCAPE_DISPLAY
  34. *Command: CmdSelect
  35. {
  36. *Order: DOC_SETUP.4
  37. *CallbackID: 18
  38. }
  39. }
  40. }
  41. *%========== InputBin ==========
  42. *Feature: InputBin
  43. {
  44. *rcNameID: =PAPER_SOURCE_DISPLAY
  45. *DefaultOption: AUTO
  46. *Option: AUTO
  47. {
  48. *rcNameID: =AUTO_DISPLAY
  49. *Command: CmdSelect
  50. {
  51. *Order: DOC_SETUP.7
  52. *Cmd: "it -1<0D0A>"
  53. }
  54. }
  55. *Option: MANUAL
  56. {
  57. *rcNameID: =MANUAL_FEED_DISPLAY
  58. *Command: CmdSelect
  59. {
  60. *Order: DOC_SETUP.7
  61. *Cmd: "it 0<0D0A>"
  62. }
  63. }
  64. *Option: TRAY1
  65. {
  66. *rcNameID: 258
  67. *Command: CmdSelect
  68. {
  69. *Order: DOC_SETUP.7
  70. *Cmd: "it 1<0D0A>"
  71. }
  72. }
  73. *Option: TRAY2
  74. {
  75. *rcNameID: 259
  76. *Command: CmdSelect
  77. {
  78. *Order: DOC_SETUP.7
  79. *Cmd: "it 2<0D0A>"
  80. }
  81. }
  82. }
  83. *%========== Resolution ==========
  84. *Feature: Resolution
  85. {
  86. *rcNameID: =RESOLUTION_DISPLAY
  87. *DefaultOption: Option2
  88. *Option: Option1
  89. {
  90. *Name: "240 x 240 dots per inch"
  91. *DPI: PAIR(240, 240)
  92. *TextDPI: PAIR(240, 240)
  93. *MinStripBlankPixels: 24
  94. EXTERN_GLOBAL: *StripBlanks: LIST(LEADING,ENCLOSED,TRAILING)
  95. EXTERN_GLOBAL: *SendMultipleRows?: TRUE
  96. *SpotDiameter: 100
  97. *Command: CmdSendBlockData
  98. {
  99. *CallbackID: 26
  100. *Params: LIST(NumOfDataBytes, RasterDataHeightInPixels, RasterDataWidthInBytes)
  101. }
  102. *Command: CmdEndBlockData { *Cmd : "]<0A>" }
  103. *Command: CmdSelect
  104. {
  105. *Order: DOC_SETUP.1
  106. *CallbackID: 27
  107. }
  108. }
  109. *Option: Option2
  110. {
  111. *Name: "300 x 300 dots per inch"
  112. *DPI: PAIR(300, 300)
  113. *TextDPI: PAIR(300, 300)
  114. *MinStripBlankPixels: 24
  115. EXTERN_GLOBAL: *StripBlanks: LIST(LEADING,ENCLOSED,TRAILING)
  116. EXTERN_GLOBAL: *SendMultipleRows?: TRUE
  117. *SpotDiameter: 100
  118. *Command: CmdSendBlockData
  119. {
  120. *CallbackID: 26
  121. *Params: LIST(NumOfDataBytes, RasterDataHeightInPixels, RasterDataWidthInBytes)
  122. }
  123. *Command: CmdEndBlockData { *Cmd : "]<0A>" }
  124. *Command: CmdSelect
  125. {
  126. *Order: DOC_SETUP.1
  127. *CallbackID: 28
  128. }
  129. }
  130. }
  131. *%========== PaperSize ==========
  132. *Feature: PaperSize
  133. {
  134. *rcNameID: =PAPER_SIZE_DISPLAY
  135. *DefaultOption: A4
  136. *Option: A3
  137. {
  138. *rcNameID: =A3_DISPLAY
  139. *switch: Orientation
  140. {
  141. *case: PORTRAIT
  142. {
  143. *PrintableArea: PAIR(13608, 19418)
  144. *PrintableOrigin: PAIR(210, 210)
  145. *switch: Resolution
  146. {
  147. *case: Option1
  148. {
  149. *PrintableArea: PAIR(13605, 19415)
  150. }
  151. *case: Option2
  152. {
  153. *PrintableArea: PAIR(13604, 19416)
  154. *PrintableOrigin: PAIR(212, 212)
  155. }
  156. }
  157. *CursorOrigin: PAIR(210, 210)
  158. *Command: CmdSelect
  159. {
  160. *Order: DOC_SETUP.8
  161. *CallbackID: 30
  162. }
  163. }
  164. *case: LANDSCAPE_CC90
  165. {
  166. *PrintableArea: PAIR(13608, 19418)
  167. *PrintableOrigin: PAIR(210, 220)
  168. *switch: Resolution
  169. {
  170. *case: Option1
  171. {
  172. *PrintableArea: PAIR(13605, 19415)
  173. }
  174. *case: Option2
  175. {
  176. *PrintableArea: PAIR(13604, 19416)
  177. *PrintableOrigin: PAIR(212, 220)
  178. }
  179. }
  180. *CursorOrigin: PAIR(210, 19638)
  181. *Command: CmdSelect
  182. {
  183. *Order: DOC_SETUP.8
  184. *CallbackID: 30
  185. }
  186. }
  187. }
  188. }
  189. *Option: A4
  190. {
  191. *rcNameID: =A4_DISPLAY
  192. *switch: Orientation
  193. {
  194. *case: PORTRAIT
  195. {
  196. *PrintableArea: PAIR(9501, 13608)
  197. *PrintableOrigin: PAIR(211, 210)
  198. *switch: Resolution
  199. {
  200. *case: Option1
  201. {
  202. *PrintableArea: PAIR(9495, 13605)
  203. *PrintableOrigin: PAIR(215, 210)
  204. }
  205. *case: Option2
  206. {
  207. *PrintableArea: PAIR(9500, 13604)
  208. *PrintableOrigin: PAIR(212, 212)
  209. }
  210. }
  211. *CursorOrigin: PAIR(211, 210)
  212. *Command: CmdSelect
  213. {
  214. *Order: DOC_SETUP.8
  215. *CallbackID: 31
  216. }
  217. }
  218. *case: LANDSCAPE_CC90
  219. {
  220. *PrintableArea: PAIR(9501, 13606)
  221. *PrintableOrigin: PAIR(213, 212)
  222. *switch: Resolution
  223. {
  224. *case: Option1
  225. {
  226. *PrintableArea: PAIR(9495, 13600)
  227. *PrintableOrigin: PAIR(215, 215)
  228. }
  229. *case: Option2
  230. {
  231. *PrintableArea: PAIR(9496, 13604)
  232. *PrintableOrigin: PAIR(216, 212)
  233. }
  234. }
  235. *CursorOrigin: PAIR(213, 13818)
  236. *Command: CmdSelect
  237. {
  238. *Order: DOC_SETUP.8
  239. *CallbackID: 31
  240. }
  241. }
  242. }
  243. }
  244. *Option: A5
  245. {
  246. *rcNameID: =A5_DISPLAY
  247. *switch: Orientation
  248. {
  249. *case: PORTRAIT
  250. {
  251. *PrintableArea: PAIR(6571, 9499)
  252. *PrintableOrigin: PAIR(210, 210)
  253. *switch: Resolution
  254. {
  255. *case: Option1
  256. {
  257. *PrintableArea: PAIR(6570, 9495)
  258. }
  259. *case: Option2
  260. {
  261. *PrintableArea: PAIR(6568, 9496)
  262. *PrintableOrigin: PAIR(212, 212)
  263. }
  264. }
  265. *CursorOrigin: PAIR(210, 210)
  266. *Command: CmdSelect
  267. {
  268. *Order: DOC_SETUP.8
  269. *CallbackID: 32
  270. }
  271. }
  272. *case: LANDSCAPE_CC90
  273. {
  274. *PrintableArea: PAIR(6571, 9499)
  275. *PrintableOrigin: PAIR(210, 215)
  276. *switch: Resolution
  277. {
  278. *case: Option1
  279. {
  280. *PrintableArea: PAIR(6570, 9495)
  281. }
  282. *case: Option2
  283. {
  284. *PrintableArea: PAIR(6568, 9496)
  285. *PrintableOrigin: PAIR(212, 216)
  286. }
  287. }
  288. *CursorOrigin: PAIR(210, 9714)
  289. *Command: CmdSelect
  290. {
  291. *Order: DOC_SETUP.8
  292. *CallbackID: 32
  293. }
  294. }
  295. }
  296. }
  297. *Option: B4
  298. {
  299. *rcNameID: =B4_DISPLAY
  300. *switch: Orientation
  301. {
  302. *case: PORTRAIT
  303. {
  304. *PrintableArea: PAIR(11719, 16776)
  305. *PrintableOrigin: PAIR(210, 210)
  306. *switch: Resolution
  307. {
  308. *case: Option1
  309. {
  310. *PrintableArea: PAIR(11715, 16775)
  311. }
  312. *case: Option2
  313. {
  314. *PrintableArea: PAIR(11716, 16772)
  315. *PrintableOrigin: PAIR(212, 212)
  316. }
  317. }
  318. *CursorOrigin: PAIR(210, 210)
  319. *Command: CmdSelect
  320. {
  321. *Order: DOC_SETUP.8
  322. *CallbackID: 33
  323. }
  324. }
  325. *case: LANDSCAPE_CC90
  326. {
  327. *PrintableArea: PAIR(11719, 16776)
  328. *PrintableOrigin: PAIR(210, 210)
  329. *switch: Resolution
  330. {
  331. *case: Option1
  332. {
  333. *PrintableArea: PAIR(11715, 16775)
  334. }
  335. *case: Option2
  336. {
  337. *PrintableArea: PAIR(11716, 16772)
  338. *PrintableOrigin: PAIR(212, 212)
  339. }
  340. }
  341. *CursorOrigin: PAIR(210, 16986)
  342. *Command: CmdSelect
  343. {
  344. *Order: DOC_SETUP.8
  345. *CallbackID: 33
  346. }
  347. }
  348. }
  349. }
  350. *Option: B5
  351. {
  352. *rcNameID: =B5_DISPLAY
  353. *switch: Orientation
  354. {
  355. *case: PORTRAIT
  356. {
  357. *PrintableArea: PAIR(8179, 11719)
  358. *PrintableOrigin: PAIR(210, 210)
  359. *switch: Resolution
  360. {
  361. *case: Option1
  362. {
  363. *PrintableArea: PAIR(8175, 11715)
  364. }
  365. *case: Option2
  366. {
  367. *PrintableArea: PAIR(8176, 11716)
  368. *PrintableOrigin: PAIR(212, 212)
  369. }
  370. }
  371. *CursorOrigin: PAIR(210, 210)
  372. *Command: CmdSelect
  373. {
  374. *Order: DOC_SETUP.8
  375. *CallbackID: 34
  376. }
  377. }
  378. *case: LANDSCAPE_CC90
  379. {
  380. *PrintableArea: PAIR(8179, 11719)
  381. *PrintableOrigin: PAIR(210, 215)
  382. *switch: Resolution
  383. {
  384. *case: Option1
  385. {
  386. *PrintableArea: PAIR(8175, 11715)
  387. }
  388. *case: Option2
  389. {
  390. *PrintableArea: PAIR(8176, 11716)
  391. *PrintableOrigin: PAIR(212, 216)
  392. }
  393. }
  394. *CursorOrigin: PAIR(210, 11934)
  395. *Command: CmdSelect
  396. {
  397. *Order: DOC_SETUP.8
  398. *CallbackID: 34
  399. }
  400. }
  401. }
  402. }
  403. *Option: JAPANESE_POSTCARD
  404. {
  405. *rcNameID: =JAPANESE_POSTCARD_DISPLAY
  406. *Constraints: LIST(InputBin.TRAY1,InputBin.TRAY2)
  407. *switch: Orientation
  408. {
  409. *case: PORTRAIT
  410. {
  411. *PrintableArea: PAIR(4304, 6572)
  412. *PrintableOrigin: PAIR(210, 210)
  413. *switch: Resolution
  414. {
  415. *case: Option1
  416. {
  417. *PrintableArea: PAIR(4300, 6570)
  418. }
  419. *case: Option2
  420. {
  421. *PrintableArea: PAIR(4300, 6568)
  422. *PrintableOrigin: PAIR(212, 212)
  423. }
  424. }
  425. *CursorOrigin: PAIR(210, 210)
  426. *Command: CmdSelect
  427. {
  428. *Order: DOC_SETUP.8
  429. *CallbackID: 35
  430. }
  431. }
  432. *case: LANDSCAPE_CC90
  433. {
  434. *PrintableArea: PAIR(4304, 6572)
  435. *PrintableOrigin: PAIR(210, 210)
  436. *switch: Resolution
  437. {
  438. *case: Option1
  439. {
  440. *PrintableArea: PAIR(4300, 6570)
  441. }
  442. *case: Option2
  443. {
  444. *PrintableArea: PAIR(4300, 6568)
  445. *PrintableOrigin: PAIR(212, 212)
  446. }
  447. }
  448. *CursorOrigin: PAIR(210, 6780)
  449. *Command: CmdSelect
  450. {
  451. *Order: DOC_SETUP.8
  452. *CallbackID: 35
  453. }
  454. }
  455. }
  456. }
  457. *Option: TABLOID
  458. {
  459. *rcNameID: =TABLOID_DISPLAY
  460. *switch: Orientation
  461. {
  462. *case: PORTRAIT
  463. {
  464. *PrintableArea: PAIR(12780, 19980)
  465. *PrintableOrigin: PAIR(210, 210)
  466. *switch: Resolution
  467. {
  468. *case: Option2
  469. {
  470. *PrintableArea: PAIR(12776, 19976)
  471. *PrintableOrigin: PAIR(212, 212)
  472. }
  473. }
  474. *CursorOrigin: PAIR(210, 210)
  475. *Command: CmdSelect
  476. {
  477. *Order: DOC_SETUP.8
  478. *CallbackID: 36
  479. }
  480. }
  481. *case: LANDSCAPE_CC90
  482. {
  483. *PrintableArea: PAIR(12780, 19980)
  484. *PrintableOrigin: PAIR(210, 210)
  485. *switch: Resolution
  486. {
  487. *case: Option2
  488. {
  489. *PrintableArea: PAIR(12776, 19976)
  490. *PrintableOrigin: PAIR(212, 212)
  491. }
  492. }
  493. *CursorOrigin: PAIR(210, 20190)
  494. *Command: CmdSelect
  495. {
  496. *Order: DOC_SETUP.8
  497. *CallbackID: 36
  498. }
  499. }
  500. }
  501. }
  502. *Option: LETTER
  503. {
  504. *rcNameID: =LETTER_DISPLAY
  505. *switch: Orientation
  506. {
  507. *case: PORTRAIT
  508. {
  509. *PrintableArea: PAIR(9780, 12780)
  510. *PrintableOrigin: PAIR(210, 210)
  511. *switch: Resolution
  512. {
  513. *case: Option2
  514. {
  515. *PrintableArea: PAIR(9776, 12776)
  516. *PrintableOrigin: PAIR(212, 212)
  517. }
  518. }
  519. *CursorOrigin: PAIR(210, 210)
  520. *Command: CmdSelect
  521. {
  522. *Order: DOC_SETUP.8
  523. *CallbackID: 37
  524. }
  525. }
  526. *case: LANDSCAPE_CC90
  527. {
  528. *PrintableArea: PAIR(9780, 12780)
  529. *PrintableOrigin: PAIR(210, 210)
  530. *switch: Resolution
  531. {
  532. *case: Option2
  533. {
  534. *PrintableArea: PAIR(9776, 12776)
  535. *PrintableOrigin: PAIR(212, 212)
  536. }
  537. }
  538. *CursorOrigin: PAIR(210, 12990)
  539. *Command: CmdSelect
  540. {
  541. *Order: DOC_SETUP.8
  542. *CallbackID: 37
  543. }
  544. }
  545. }
  546. }
  547. *Option: FOLIO
  548. {
  549. *rcNameID: =FOLIO_DISPLAY
  550. *switch: Orientation
  551. {
  552. *case: PORTRAIT
  553. {
  554. *PrintableArea: PAIR(9780, 15180)
  555. *PrintableOrigin: PAIR(210, 210)
  556. *switch: Resolution
  557. {
  558. *case: Option2
  559. {
  560. *PrintableArea: PAIR(9776, 15176)
  561. *PrintableOrigin: PAIR(212, 212)
  562. }
  563. }
  564. *CursorOrigin: PAIR(210, 210)
  565. *Command: CmdSelect
  566. {
  567. *Order: DOC_SETUP.8
  568. *CallbackID: 38
  569. }
  570. }
  571. *case: LANDSCAPE_CC90
  572. {
  573. *PrintableArea: PAIR(9780, 15180)
  574. *PrintableOrigin: PAIR(210, 210)
  575. *switch: Resolution
  576. {
  577. *case: Option2
  578. {
  579. *PrintableArea: PAIR(9776, 15176)
  580. *PrintableOrigin: PAIR(212, 212)
  581. }
  582. }
  583. *CursorOrigin: PAIR(210, 15390)
  584. *Command: CmdSelect
  585. {
  586. *Order: DOC_SETUP.8
  587. *CallbackID: 38
  588. }
  589. }
  590. }
  591. }
  592. *Option: LEGAL
  593. {
  594. *rcNameID: =LEGAL_DISPLAY
  595. *switch: Orientation
  596. {
  597. *case: PORTRAIT
  598. {
  599. *PrintableArea: PAIR(9780, 16380)
  600. *PrintableOrigin: PAIR(210, 210)
  601. *switch: Resolution
  602. {
  603. *case: Option2
  604. {
  605. *PrintableArea: PAIR(9776, 16376)
  606. *PrintableOrigin: PAIR(212, 212)
  607. }
  608. }
  609. *CursorOrigin: PAIR(210, 210)
  610. *Command: CmdSelect
  611. {
  612. *Order: DOC_SETUP.8
  613. *CallbackID: 39
  614. }
  615. }
  616. *case: LANDSCAPE_CC90
  617. {
  618. *PrintableArea: PAIR(9780, 16380)
  619. *PrintableOrigin: PAIR(210, 210)
  620. *switch: Resolution
  621. {
  622. *case: Option2
  623. {
  624. *PrintableArea: PAIR(9776, 16376)
  625. *PrintableOrigin: PAIR(212, 212)
  626. }
  627. }
  628. *CursorOrigin: PAIR(210, 16590)
  629. *Command: CmdSelect
  630. {
  631. *Order: DOC_SETUP.8
  632. *CallbackID: 39
  633. }
  634. }
  635. }
  636. }
  637. }
  638. *%========== OutputBin ==========
  639. *Feature: OutputBin
  640. {
  641. *rcNameID: =OUTPUTBIN_DISPLAY
  642. *DefaultOption: Option1
  643. *Option: Option1
  644. {
  645. *rcNameID: 262
  646. *Command: CmdSelect
  647. {
  648. *Cmd: "setp<20>outtray<20>1<0A>"
  649. *Order: DOC_SETUP.9
  650. }
  651. }
  652. }
  653. *%========== Halftone ==========
  654. *Feature: Halftone
  655. {
  656. *rcNameID: =HALFTONING_DISPLAY
  657. *DefaultOption: HT_PATSIZE_AUTO
  658. *Option: HT_PATSIZE_AUTO
  659. {
  660. *rcNameID: =HT_AUTO_SELECT_DISPLAY
  661. }
  662. *Option: HT_PATSIZE_SUPERCELL_M
  663. {
  664. *rcNameID: =HT_SUPERCELL_DISPLAY
  665. }
  666. *Option: HT_PATSIZE_6x6_M
  667. {
  668. *rcNameID: =HT_DITHER6X6_DISPLAY
  669. }
  670. *Option: HT_PATSIZE_8x8_M
  671. {
  672. *rcNameID: =HT_DITHER8X8_DISPLAY
  673. }
  674. }
  675. *%========== Job Control Command ==========
  676. *Command: CmdStartDoc
  677. {
  678. *Order: DOC_SETUP.2
  679. *CallbackID: 12
  680. }
  681. *Command: CmdStartPage
  682. {
  683. *Order: PAGE_SETUP.1
  684. *Params: LIST(TextXRes, TextYRes)
  685. *CallbackID: 14
  686. }
  687. *Command: CmdEndJob
  688. {
  689. *Order: JOB_FINISH.1
  690. *CallbackID: 70
  691. }
  692. *Command: CmdEndPage
  693. {
  694. *Order: PAGE_FINISH.1
  695. *CallbackID: 15
  696. }
  697. *Command: CmdCopies
  698. {
  699. *Order: DOC_SETUP.3
  700. *CallbackID: 16
  701. *Params: LIST(NumOfCopies)
  702. }
  703. *%========== Printer Capabilities ==========
  704. *RotateCoordinate?: TRUE
  705. *RotateRaster?: TRUE
  706. *RotateFont?: FALSE
  707. *TextCaps: LIST(TC_OP_CHARACTER,TC_EA_DOUBLE,TC_RA_ABLE)
  708. *%========== Cursor Move ==========
  709. *XMoveUnit: 1200
  710. *YMoveUnit: 1200
  711. *CursorXAfterCR: AT_CURSOR_X_ORIGIN
  712. *XMoveThreshold: 0
  713. *YMoveThreshold: 0
  714. *Command: CmdXMoveAbsolute
  715. {
  716. *CallbackID: 1
  717. *Params: LIST(DestX)
  718. }
  719. *Command: CmdYMoveAbsolute
  720. {
  721. *CallbackID: 2
  722. *Params: LIST(DestY)
  723. }
  724. *Command: CmdCR { *CallbackID: 7 }
  725. *Command: CmdFF { *CallbackID: 8 }
  726. *Command: CmdLF { *CallbackID: 9 }
  727. *EjectPageWithFF?: TRUE
  728. *%========== Raster Data Emission ==========
  729. *OutputDataFormat: H_BYTE
  730. *OptimizeLeftBound?: TRUE
  731. *CursorXAfterSendBlockData: AT_GRXDATA_ORIGIN
  732. *CursorYAfterSendBlockData: NO_MOVE
  733. *%========== Device Fonts ==========
  734. *DefaultFont: 1
  735. *DefaultCTT: -1
  736. *CharPosition: BASELINE
  737. *switch: Orientation
  738. {
  739. *case: PORTRAIT
  740. {
  741. *DeviceFonts: LIST(1,2,3,4,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21)
  742. }
  743. *case: LANDSCAPE_CC90
  744. {
  745. *DeviceFonts: LIST(1,2,3,4,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21)
  746. }
  747. }
  748. *%========== Font Simulation ==========
  749. *Command: CmdBoldOn { *CallbackID: 51 }
  750. *Command: CmdBoldOff { *CallbackID: 52 }
  751. *Command: CmdItalicOn { *CallbackID: 53 }
  752. *Command: CmdItalicOff { *CallbackID: 54 }
  753. *Command: CmdSelectSingleByteMode { *CallbackID: 55 }
  754. *Command: CmdSelectDoubleByteMode { *CallbackID: 56 }
  755. *%========== TrueTypeFont Substitution ==========
  756. *TTFS: Arial
  757. {
  758. *rcTTFontNameID: 300
  759. *rcDevFontNameID: 301
  760. }
  761. *TTFS: CourierNew
  762. {
  763. *rcTTFontNameID: 302
  764. *rcDevFontNameID: 303
  765. }
  766. *TTFS: Symbol
  767. {
  768. *rcTTFontNameID: 304
  769. *rcDevFontNameID: 305
  770. }
  771. *TTFS: TimesNewRoman
  772. {
  773. *rcTTFontNameID: 306
  774. *rcDevFontNameID: 307
  775. }
  776. *TTFS: MSMincho_V
  777. {
  778. *rcTTFontNameID: 308
  779. *rcDevFontNameID: 309
  780. }
  781. *TTFS: MSGothic_V
  782. {
  783. *rcTTFontNameID: 310
  784. *rcDevFontNameID: 311
  785. }
  786. *TTFS: MSMincho
  787. {
  788. *rcTTFontNameID: 312
  789. *rcDevFontNameID: 313
  790. }
  791. *TTFS: MSGothic
  792. {
  793. *rcTTFontNameID: 314
  794. *rcDevFontNameID: 315
  795. }
  796. *TTFS: MSMinchoV_E
  797. {
  798. *rcTTFontNameID: 330
  799. *rcDevFontNameID:309
  800. }
  801. *TTFS: MSGothicV_E
  802. {
  803. *rcTTFontNameID: 331
  804. *rcDevFontNameID:311
  805. }
  806. *TTFS: MSMincho_E
  807. {
  808. *rcTTFontNameID: 332
  809. *rcDevFontNameID:313
  810. }
  811. *TTFS: MSGothic_E
  812. {
  813. *rcTTFontNameID: 333
  814. *rcDevFontNameID:315
  815. }
  816. *TTFSEnabled?: TRUE