home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1997 April / dpcb0497.iso / Business / XRES / DATA.Z / H.PS < prev    next >
Text File  |  1995-10-29  |  2KB  |  101 lines

  1. %!
  2. %%
  3. %%VMlocation: global
  4. %%
  5. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  6. %%                                    %%
  7. %% This file implements the CMap resource for the            %%
  8. %% Horizontal character encoding with the JIS 83 character set.        %%
  9. %%                                    %%
  10. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  11.  
  12. /CIDInit /ProcSet findresource begin
  13.  
  14. 12 dict begin
  15.  
  16. begincmap
  17.  
  18. /CIDSystemInfo <<
  19.   /Registry (Adobe)
  20.   /Ordering (Japan1)
  21.   /Supplement 0
  22. >> def
  23.  
  24. /CMapName /H def
  25.  
  26. /CMapVersion 1 def
  27. /CMapType 0 def
  28.  
  29. /WMode 0 def
  30.  
  31. 1 begincodespacerange
  32.   <2121>    <747e>
  33. endcodespacerange
  34.  
  35. 32 begincidchar
  36.   <2821>    7479
  37.   <2822>    7481
  38.   <2823>    7491
  39.   <2824>    7495
  40.   <2825>    7503
  41.   <2826>    7499
  42.   <2827>    7507
  43.   <2828>    7523
  44.   <2829>    7515
  45.   <282a>    7531
  46.   <282b>    7539
  47.   <282c>    7480
  48.   <282d>    7482
  49.   <282e>    7494
  50.   <282f>    7498
  51.   <2830>    7506
  52.   <2831>    7502
  53.   <2832>    7514
  54.   <2833>    7530
  55.   <2834>    7522
  56.   <2835>    7538
  57.   <2836>    7554
  58.   <2837>    7511
  59.   <2838>    7526
  60.   <2839>    7519
  61.   <283a>    7534
  62.   <283b>    7542
  63.   <283c>    7508
  64.   <283d>    7527
  65.   <283e>    7516
  66.   <283f>    7535
  67.   <2840>    7545
  68. endcidchar
  69.  
  70. 21 begincidrange
  71.   <2121>    <217e>    633
  72.   <2221>    <222e>    727
  73.   <223a>    <2241>    741
  74.   <224a>    <2250>    749
  75.   <225c>    <226a>    756
  76.   <2272>    <2279>    771
  77.   <227e>    <227e>    779
  78.   <2330>    <2339>    780
  79.   <2341>    <235a>    790
  80.   <2361>    <237a>    816
  81.   <2421>    <2473>    842
  82.   <2521>    <2576>    925
  83.   <2621>    <2638>    1011
  84.   <2641>    <2658>    1035
  85.   <2721>    <2741>    1059
  86.   <2751>    <2771>    1092
  87.   <3021>    <4e7e>    1125
  88.   <4f21>    <4f53>  4039
  89.   <5021>    <737e>    4090
  90.   <7421>    <7424>    7474
  91.   <7425>    <7426>    8284
  92. endcidrange
  93.  
  94. endcmap
  95.  
  96. CMapName currentdict /CMap defineresource pop
  97.  
  98. end
  99. end
  100.  
  101.