home *** CD-ROM | disk | FTP | other *** search
/ AAHA! Denver 2007 - It's Different Here! / AAHA-Sci1.iso / pc / xtras / Resources / CMaps / Adobe-CNS1-H-CID < prev    next >
Text File  |  2005-03-24  |  2KB  |  92 lines

  1. %!PS-Adobe-3.0 Resource-CMap
  2. %%DocumentNeededResources: ProcSet (CIDInit)
  3. %%IncludeResource: ProcSet (CIDInit)
  4. %%BeginResource: CMap (Adobe-CNS1-H-CID)
  5. %%Title: (Adobe-CNS1-H-CID Adobe CNS1 0)
  6. %%Version: 2.000
  7. %%Copyright: -----------------------------------------------------------
  8. %%Copyright: Copyright 1990-2000 Adobe Systems Incorporated.
  9. %%Copyright: All Rights Reserved.
  10. %%Copyright:
  11. %%Copyright: Patents Pending
  12. %%Copyright:
  13. %%Copyright: NOTICE: All information contained herein is the property
  14. %%Copyright: of Adobe Systems Incorporated.
  15. %%Copyright:
  16. %%Copyright: Permission is granted for redistribution of this file
  17. %%Copyright: provided this copyright notice is maintained intact and
  18. %%Copyright: that the contents of this file are not altered in any
  19. %%Copyright: way from its original form.
  20. %%Copyright:
  21. %%Copyright: PostScript and Display PostScript are trademarks of
  22. %%Copyright: Adobe Systems Incorporated which may be registered in
  23. %%Copyright: certain jurisdictions.
  24. %%Copyright: -----------------------------------------------------------
  25. %%EndComments
  26.  
  27. /CIDInit /ProcSet findresource begin
  28.  
  29. 12 dict begin
  30.  
  31. begincmap
  32.  
  33. /CIDSystemInfo 3 dict dup begin
  34.   /Registry (Adobe) def
  35.   /Ordering (Adobe_CNS1_H_CID) def
  36.   /Supplement 0 def
  37. end def
  38.  
  39. /CMapName /Adobe-CNS1-H-CID def
  40. /CMapVersion 2.000 def
  41. /CMapType 1 def
  42.  
  43. /UIDOffset 0 def
  44.  
  45. /WMode 0 def
  46.  
  47. 1 begincodespacerange
  48.   <0000>   <FFFF>
  49. endcodespacerange
  50.  
  51. % Map all CIDs to font 0 - for Supplement 0
  52. 0 usefont
  53. 1 begincidrange
  54. <0000> <FFFF> 0
  55. endcidrange
  56.  
  57. % Map CIDs 1 thru 95 to Ascii codes 0x20 - 0x7F in fontID 1.
  58. 1 usefont
  59. 1 beginbfrange
  60. <0001> <005F> <20>
  61. endbfrange
  62.  
  63. % Map CIDs 14099 - 17407 to fontID 2 for Supplement 1.
  64. 2 usefont
  65. 2 begincidrange
  66. <3713> <37FF> 14099
  67. <3800> <43FF> 14336
  68. endcidrange
  69.  
  70. % Map CIDs 17408 to 17600 to fontID 3 for Supplement 2.
  71. 3 usefont
  72. 1 begincidrange
  73. <4400> <44C0> 17408
  74. endcidrange
  75.  
  76. % Map CIDs 17601 to fontID 4 for Supplement 3.
  77. % Also map CIDs upto 65535 to this fontID.
  78. 4 usefont
  79. 2 begincidrange
  80. <44C1> <44FF> 17601
  81. <4500> <FFFF> 17664
  82. endcidrange
  83.  
  84.  
  85. endcmap
  86. CMapName currentdict /CMap defineresource pop
  87. end
  88. end
  89.  
  90. %%EndResource
  91. %%EOF
  92.