gs_dbt_e.ps 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. % Copyright (C) 1993, 1994 Aladdin Enterprises. All rights reserved.
  2. %
  3. % This file is part of AFPL Ghostscript.
  4. %
  5. % AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND. No author or
  6. % distributor accepts any responsibility for the consequences of using it, or
  7. % for whether it serves any particular purpose or works at all, unless he or
  8. % she says so in writing. Refer to the Aladdin Free Public License (the
  9. % "License") for full details.
  10. %
  11. % Every copy of AFPL Ghostscript must include a copy of the License, normally
  12. % in a plain ASCII text file named PUBLIC. The License grants you the right
  13. % to copy, modify and redistribute AFPL Ghostscript, but only under certain
  14. % conditions described in the License. Among other things, the License
  15. % requires that the copyright notice and this notice be preserved on all
  16. % copies.
  17. % $Id: gs_dbt_e.ps,v 1.2 2000/09/19 18:29:11 lpd Exp $
  18. % Define the Dingbats encoding vector.
  19. /currentglobal where
  20. { pop currentglobal { setglobal } true setglobal }
  21. { { } }
  22. ifelse
  23. /DingbatsEncoding
  24. % \000
  25. StandardEncoding 0 32 getinterval aload pop % /.notdef
  26. % \040
  27. /space /a1 /a2 /a202 /a3 /a4 /a5 /a119
  28. /a118 /a117 /a11 /a12 /a13 /a14 /a15 /a16
  29. /a105 /a17 /a18 /a19 /a20 /a21 /a22 /a23
  30. /a24 /a25 /a26 /a27 /a28 /a6 /a7 /a8
  31. % \100
  32. /a9 /a10 /a29 /a30 /a31 /a32 /a33 /a34
  33. /a35 /a36 /a37 /a38 /a39 /a40 /a41 /a42
  34. /a43 /a44 /a45 /a46 /a47 /a48 /a49 /a50
  35. /a51 /a52 /a53 /a54 /a55 /a56 /a57 /a58
  36. % \140
  37. /a59 /a60 /a61 /a62 /a63 /a64 /a65 /a66
  38. /a67 /a68 /a69 /a70 /a71 /a72 /a73 /a74
  39. /a203 /a75 /a204 /a76 /a77 /a78 /a79 /a81
  40. /a82 /a83 /a84 /a97 /a98 /a99 /a100 /.notdef
  41. % \200
  42. StandardEncoding 0 32 getinterval aload pop % /.notdef
  43. % \240
  44. /.notdef /a101 /a102 /a103 /a104 /a106 /a107 /a108
  45. /a112 /a111 /a110 /a109 /a120 /a121 /a122 /a123
  46. /a124 /a125 /a126 /a127 /a128 /a129 /a130 /a131
  47. /a132 /a133 /a134 /a135 /a136 /a137 /a138 /a139
  48. % \300
  49. /a140 /a141 /a142 /a143 /a144 /a145 /a146 /a147
  50. /a148 /a149 /a150 /a151 /a152 /a153 /a154 /a155
  51. /a156 /a157 /a158 /a159 /a160 /a161 /a163 /a164
  52. /a196 /a165 /a192 /a166 /a167 /a168 /a169 /a170
  53. % \340
  54. /a171 /a172 /a173 /a162 /a174 /a175 /a176 /a177
  55. /a178 /a179 /a193 /a180 /a199 /a181 /a200 /a182
  56. /.notdef /a201 /a183 /a184 /a197 /a185 /a194 /a198
  57. /a186 /a195 /a187 /a188 /a189 /a190 /a191 /.notdef
  58. 256 packedarray .defineencoding
  59. 3 DingbatsEncoding .registerencoding
  60. exec