home *** CD-ROM | disk | FTP | other *** search
- %!
- %%VMusage: 4720 4720
- %%VMlocation: global
- %%
- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- %% %%
- %% This file implements the CharStrings category resource. %%
- %% %%
- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
- /Generic /Category findresource
- dup length 2 add dict copy
- dup /InstanceType /dicttype put
- dup /Category /CharStrings put
- %%
- %% This ugly hack required for Morisawa fonts that explicitly
- %% store resources in CharStringsDirectory
- %%
- dup /LocalInstances {
- userdict /CharStringsDirectory known not {
- userdict /CharStringsDirectory
- currentglobal false setglobal 1 dict exch setglobal
- put
- } if
- userdict /CharStringsDirectory get
- } bind put
-
-
- /CharStrings exch /Category defineresource pop
-
-