home *** CD-ROM | disk | FTP | other *** search
- %!
- %%
- %%VMlocation: global
- %%
- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- %% %%
- %% This file implements the CMap resource for the %%
- %% Vertical character encoding with the JIS 83 character set. %%
- %% %%
- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
- /CIDInit /ProcSet findresource begin
-
- 12 dict begin
-
- begincmap
-
- /CIDSystemInfo <<
- /Registry (Adobe)
- /Ordering (Japan1)
- /Supplement 0
- >> def
-
- /H usecmap
-
- /CMapName /V def
-
- /CMapVersion 1 def
- /CMapType 0 def
-
- /WMode 1 def
-
- 21 begincidchar
- <2161> 7917
- <2421> 7918
- <2423> 7919
- <2425> 7920
- <2427> 7921
- <2429> 7922
- <2443> 7923
- <2463> 7924
- <2465> 7925
- <2467> 7926
- <246e> 7927
- <2521> 7928
- <2523> 7929
- <2525> 7930
- <2527> 7931
- <2529> 7932
- <2543> 7933
- <2563> 7934
- <2565> 7935
- <2567> 7936
- <256e> 7937
- endcidchar
-
- 6 begincidrange
- <2122> <2123> 7887
- <2131> <2132> 7889
- <213c> <213e> 7891
- <2141> <2145> 7894
- <214a> <215b> 7899
- <2575> <2576> 7939
- endcidrange
-
- endcmap
-
- CMapName currentdict /CMap defineresource pop
-
- end
- end
-
-