diff options
author | taoka <taoka@FreeBSD.org> | 2000-02-03 05:58:23 +0000 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 2000-02-03 05:58:23 +0000 |
commit | dc93dc0f9d31061de5cc69d02fa0620ffd085e13 (patch) | |
tree | b0d0827d63cb57c12b5eb8de2f335363b0f0446d /korean/ghostscript55httf | |
parent | 977cf003aae74f41e3717ed2843b6f08119f572e (diff) | |
download | FreeBSD-ports-dc93dc0f9d31061de5cc69d02fa0620ffd085e13.zip FreeBSD-ports-dc93dc0f9d31061de5cc69d02fa0620ffd085e13.tar.gz |
Update about Hangul CID fonts
(To fully enable Korean facility of xfig/transfig)
Submitted by: maintainer
Obtained from: private communication on freebsd-ports@FreeBSD.ORG
Diffstat (limited to 'korean/ghostscript55httf')
-rw-r--r-- | korean/ghostscript55httf/files/patch-ab | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/korean/ghostscript55httf/files/patch-ab b/korean/ghostscript55httf/files/patch-ab index 44f89b1..47a83c5 100644 --- a/korean/ghostscript55httf/files/patch-ab +++ b/korean/ghostscript55httf/files/patch-ab @@ -1,6 +1,6 @@ ---- 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 @@ +--- 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. @@ -9,7 +9,7 @@ % Turn on array packing for the rest of initialization. true setpacking -@@ -1465,3 +1465,20 @@ +@@ -1470,3 +1470,24 @@ (END GC) VMDEBUG % The interpreter will run the initial procedure (start). @@ -22,11 +22,15 @@ +% 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 ++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 |