Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 01 Feb 2000 12:05:47 +0900
From:      TAOKA Satoshi <taoka@infonets.hiroshima-u.ac.jp>
To:        cjh@wdb.co.kr
Cc:        freebsd-ports@FreeBSD.ORG
Subject:   Re: ports/16375: Ports fix: print/transfig
Message-ID:  <20000201120547F.taoka@infonets.hiroshima-u.ac.jp>
In-Reply-To: <86iu0axy7m.fsf@gradius.myhome>
References:  <200001291319.WAA23531@kfug.kr.freebsd.org> <20000131102004B.taoka@infonets.hiroshima-u.ac.jp> <86iu0axy7m.fsf@gradius.myhome>

next in thread | previous in thread | raw e-mail | index | archive | help

>     TS> Could you tell me PR-numbers about this except ports/16368.
>     TS> I could not find PR about munhwafonts-cid.
> 
> Oh, sorry. I didn't send-pr, but attached the patch of munhwafonts-cid
> with the previous mail. (my mail has two patches, for ftghostscript5
> and munhwafonts-cid) If you want, I'll send-pr them separately.

I see. I will commit this. But your patch for ftghostscript5 was
rejected because a patch for gs_init.gs in gs5.10-vflib-1.1.diff was
applied to gs_init.ps before it. So I made the correct patch
(patch-ab) by hand.  Please check this.

P.S. Please send me a PS file including Korean character for test.

S.TAOKA

The correct patch-ab is here:

--- gs_init.ps.orig	Tue Feb  1 09:29:08 2000
+++ gs_init.ps	Tue Feb  1 09:34:09 2000
@@ -73,7 +73,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
@@ -1470,3 +1470,24 @@
 (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 { (Initializing Korean CID fonts: ) print } if
+% font loading start
+(Munhwa-Regular-KSC-EUC-H.gsf) runlibfile
+QUIET not { (Munhwa-Regular-KSC-EUC-H ) print } if
+(Munhwa-Bold-KSC-EUC-H.gsf) runlibfile
+QUIET not { (Munhwa-Bold-KSC-EUC-H ) print } if
+(MunhwaGothic-Regular-KSC-EUC-H.gsf) runlibfile
+QUIET not { (MunhwaGothic-Regular-KSC-EUC-H ) print } if
+(MunhwaGothic-Bold-KSC-EUC-H.gsf) runlibfile
+QUIET not { (MunhwaGothic-Bold-KSC-EUC-H ) print } if
+% end of font loading
+QUIET not { (\n) print } if




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000201120547F.taoka>