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.

781 lines
20 KiB

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