forked from Lainports/freebsd-ports
32 lines
1.2 KiB
Text
32 lines
1.2 KiB
Text
--- gs_init.ps.orig Wed Jun 30 17:46:34 1999
|
|
+++ gs_init.ps Wed Jun 30 20:18:15 1999
|
|
@@ -68,7 +68,7 @@
|
|
systemdict /.languagelevel known not { /.languagelevel 1 def } if
|
|
|
|
% Optionally choose a default paper size other than U.S. letter.
|
|
-% (a4) /PAPERSIZE where { pop pop } { /PAPERSIZE exch def } ifelse
|
|
+(a4) /PAPERSIZE where { pop pop } { /PAPERSIZE exch def } ifelse
|
|
|
|
% Turn on array packing for the rest of initialization.
|
|
true setpacking
|
|
@@ -1465,3 +1465,20 @@
|
|
(END GC) VMDEBUG
|
|
|
|
% The interpreter will run the initial procedure (start).
|
|
+
|
|
+% unofficial patch:
|
|
+% make it possible to print from within acroread pdf viewer
|
|
+/Default currenthalftone /Halftone defineresource pop
|
|
+
|
|
+% load initial CID-keyed fonts(Korean. KSC-EUC-H).
|
|
+% It should be in Fontmap, but to avoid loading two or more time.
|
|
+% (it can stop the interpreter - /rangecheck error)
|
|
+%
|
|
+QUIET not { (Loading CID(Korean) Fonts: ) print } if
|
|
+% font loading start
|
|
+(Munhwa-Regular-KSC-EUC-H.gsf) runlibfile
|
|
+QUIET not { (Munhwa-Regular-KSC-EUC-H ) print } if
|
|
+(MunhwaGothic-Regular-KSC-EUC-H.gsf) runlibfile
|
|
+QUIET not { (MunhwaGothic-Regular-KSC-EUC-H ) print } if
|
|
+% end of font loading
|
|
+QUIET not { (\n) print } if
|