summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Resource/Init/gs_fonts.ps4
-rw-r--r--Resource/Init/gs_init.ps1
-rw-r--r--Resource/Init/gs_res.ps2
3 files changed, 4 insertions, 3 deletions
diff --git a/Resource/Init/gs_fonts.ps b/Resource/Init/gs_fonts.ps
index 63164d0ce..d2cd21e10 100644
--- a/Resource/Init/gs_fonts.ps
+++ b/Resource/Init/gs_fonts.ps
@@ -429,7 +429,7 @@ systemdict /NONATIVEFONTMAP known .setnativefontmapbuilt
429 % record that we've been run 429 % record that we've been run
430 //true //.setnativefontmapbuilt 430 //true //.setnativefontmapbuilt
431 } ifelse 431 } ifelse
432} bind def 432} bind executeonly odef
433 433
434% Create the dictionary that registers the .buildfont procedure 434% Create the dictionary that registers the .buildfont procedure
435% (called by definefont) for each FontType. 435% (called by definefont) for each FontType.
@@ -951,7 +951,7 @@ $error /SubstituteFont { } put
951 } ifelse 951 } ifelse
952 } ifelse 952 } ifelse
953 } if 953 } if
954} bind def 954} bind executeonly def
955 955
956% any user of .putgstringcopy must use bind and executeonly 956% any user of .putgstringcopy must use bind and executeonly
957/.putgstringcopy % <dict> <name> <string> .putgstringcopy - 957/.putgstringcopy % <dict> <name> <string> .putgstringcopy -
diff --git a/Resource/Init/gs_init.ps b/Resource/Init/gs_init.ps
index a83e4c342..c4f618d51 100644
--- a/Resource/Init/gs_init.ps
+++ b/Resource/Init/gs_init.ps
@@ -2276,6 +2276,7 @@ SAFER { .setsafeglobal } if
2276 /.composefontdict 2276 /.composefontdict
2277 /.type1build 2277 /.type1build
2278 /.origdefinefont /.origundefinefont /.origfindfont 2278 /.origdefinefont /.origundefinefont /.origfindfont
2279 /.buildnativefontmap
2279 2280
2280 % Used by a free user in the Library of Congress. Apparently this is used to 2281 % Used by a free user in the Library of Congress. Apparently this is used to
2281 % draw a partial page, which is then filled in by the results of a barcode 2282 % draw a partial page, which is then filled in by the results of a barcode
diff --git a/Resource/Init/gs_res.ps b/Resource/Init/gs_res.ps
index 588880feb..96a9c259e 100644
--- a/Resource/Init/gs_res.ps
+++ b/Resource/Init/gs_res.ps
@@ -982,7 +982,7 @@ userdict /.localcsdefaults //false put
982 { //.fontstatusaux exec } 982 { //.fontstatusaux exec }
983 { //false } ifelse 983 { //false } ifelse
984 } ifelse 984 } ifelse
985} bind def 985} bind executeonly def
986currentdict /.fontstatusaux .undef 986currentdict /.fontstatusaux .undef
987 987
988/Font mark 988/Font mark