home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 3 / PDCD_3.iso / pocketbk / developmen / driver / PSAPPLE.INI < prev    next >
Text File  |  1991-11-01  |  2KB  |  76 lines

  1. /psd 100 dict def
  2. psd begin
  3. /ft [
  4. 0 [/f0n /f0b /f0i /f0x]
  5. 8 [/f8n /f8b /f8i /f8x]
  6. 9 [/f9n /f9b /f9i /f9x]
  7. 10 [/f10n /f10b /f10i /f10x]
  8. 16 [/f16n /f16b /f16i /f16x]
  9. 24 [/f24n /f24b /f24i /f24x]
  10. 25 [/f25n /f25b /f25i /f25x]
  11. 26 [/f26n /f26b /f26i /f26x]
  12. 50 [/f50n dup dup dup]
  13. 56 [/Symbol dup dup dup]
  14. 60 [/ZapfDingbats dup dup dup]
  15. ] def
  16. /S {dup /fst exch def ft fti get exch get
  17. findfont fsi 5 mul scalefont setfont}bind def
  18. /U {/ul 1 def}bind def
  19. /V {/ul 0 def}bind def
  20. /F {/fsi exch def 0 2 ft length 1 sub
  21. {dup ft exch get 2 index eq{1 add /fti exch def exit}{pop}ifelse}for
  22. fst S}def
  23. /PR {psd begin
  24. dup 0 eq {pop -.2 -.2 scale -90 rotate}{.2 .2 scale 0 exch translate}ifelse
  25. 2.4 setlinewidth /fst 0 def 0 12 F V
  26. statusdict begin /waittimeout 360 def end /so save def}def
  27. /NP {showpage so restore /so save def}def
  28. /PS {so restore end currentfile closefile}def
  29. /M {neg moveto}bind def
  30. /R {0 rmoveto}bind def
  31. /D {neg 0 exch rmoveto}bind def
  32. /P {ul 1 eq{currentpoint 2 index show currentpoint gsave newpath
  33. 4 sub moveto 4 sub lineto stroke grestore pop}{show}ifelse}def
  34. /BD {fsi .6 div D}def
  35. /BU {fsi .6 div neg D}def
  36. /re {findfont begin currentdict dup length dict begin
  37. {1 index /FID ne {def}{pop pop} ifelse}forall
  38. /FontName exch def
  39. /Encoding ISOLatin1Encoding 256 array copy def
  40. Encoding dup dup 128 /florin put 129 /bullet put 130 /bullet put
  41. currentdict dup end end /FontName get exch definefont pop
  42. }bind def
  43. /f0n /Courier re
  44. /f0b /Courier-Bold re
  45. /f0i /Courier-Oblique re
  46. /f0x /Courier-BoldOblique re
  47. /f8n /Helvetica re
  48. /f8b /Helvetica-Bold re
  49. /f8i /Helvetica-Oblique re
  50. /f8x /Helvetica-BoldOblique re
  51. /f9n /AvantGarde-Book re
  52. /f9b /AvantGarde-Demi re
  53. /f9i /AvantGarde-BookOblique re
  54. /f9x /AvantGarde-DemiOblique re
  55. /f10n /Helvetica-Narrow re
  56. /f10b /Helvetica-Narrow-Bold re
  57. /f10i /Helvetica-Narrow-Oblique re
  58. /f10x /Helvetica-Narrow-BoldOblique re
  59. /f16n /Bookman-Light re
  60. /f16b /Bookman-Demi re
  61. /f16i /Bookman-LightItalic re
  62. /f16x /Bookman-DemiItalic re
  63. /f24n /Times-Roman re
  64. /f24b /Times-Bold re
  65. /f24i /Times-Italic re
  66. /f24x /Times-BoldItalic re
  67. /f25n /NewCenturySchlbk-Roman re
  68. /f25b /NewCenturySchlbk-Bold re
  69. /f25i /NewCenturySchlbk-Italic re
  70. /f25x /NewCenturySchlbk-BoldItalic re
  71. /f26n /Palatino-Roman re
  72. /f26b /Palatino-Bold re
  73. /f26i /Palatino-Italic re
  74. /f26x /Palatino-BoldItalic re
  75. /f50n /ZapfChancery-MediumItalic re
  76.