diff options
author | cjh <cjh@FreeBSD.org> | 2000-07-17 22:05:53 +0800 |
---|---|---|
committer | cjh <cjh@FreeBSD.org> | 2000-07-17 22:05:53 +0800 |
commit | ba944f679d5f3f7ba1f6fe47ac4d27f8ccd62334 (patch) | |
tree | ea0b224604de19807694e6b3d1381fd6d55dd0b7 /print | |
parent | e95e8af9947bdf4825f7041c33506d75c7703e57 (diff) | |
download | freebsd-ports-gnome-ba944f679d5f3f7ba1f6fe47ac4d27f8ccd62334.tar.gz freebsd-ports-gnome-ba944f679d5f3f7ba1f6fe47ac4d27f8ccd62334.tar.zst freebsd-ports-gnome-ba944f679d5f3f7ba1f6fe47ac4d27f8ccd62334.zip |
- a patch added: changes default Korean PS font.
Diffstat (limited to 'print')
-rw-r--r-- | print/transfig/files/patch-ba | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/print/transfig/files/patch-ba b/print/transfig/files/patch-ba new file mode 100644 index 000000000000..c84166115ff2 --- /dev/null +++ b/print/transfig/files/patch-ba @@ -0,0 +1,49 @@ +--- fig2dev/dev/korean.ps.orig Sat Jul 15 02:23:17 2000 ++++ fig2dev/dev/korean.ps Sat Jul 15 02:27:58 2000 +@@ -9,14 +9,18 @@ + % available, it try to use HLaTeX-Myoungjo-Regular-KSC-EUC-H + % and HLaTeX-Gothic-Regular-KSC-EUC-H instead. + % --- T.Sato, 1999/8/13 ++% ++% Search Batang/Dotum-KSC-EUC-H instead Munhwa family. ++% --- CHOI Junho <cjh@FreeBSD.org> 2000/7/15 ++% + +-/has_munhwa_font true def +-FontDirectory /Munhwa-Regular-KSC-EUC-H known not { ++/has_baekmuk_font true def ++FontDirectory /Batang-Medium-KSC-EUC-H known not { + systemdict /resourcestatus known { +- /Munhwa-Regular-KSC-EUC-H /Font resourcestatus { ++ /Batang-Medium-KSC-EUC-H /Font resourcestatus { + pop pop + } { +- /has_munhwa_font false def ++ /has_baekmuk_font false def + } ifelse + } if + } if +@@ -25,9 +29,9 @@ + /FontName /CompositeRoman def /FontType 0 def + /WMode 0 def /FMapType 3 def /FontMatrix matrix def + /Encoding [0 1] def +- has_munhwa_font { ++ has_baekmuk_font { + /FDepVector [ /Times-Roman findfont +- /Munhwa-Regular-KSC-EUC-H findfont ] def ++ /Batang-Medium-KSC-EUC-H findfont ] def + } { + /FDepVector [ /Times-Roman findfont + /HLaTeX-Myoungjo-Regular-KSC-EUC-H findfont ] def +@@ -40,9 +44,9 @@ + /FontName /CompositeBold def /FontType 0 def + /WMode 0 def /FMapType 3 def /FontMatrix matrix def + /Encoding [0 1] def +- has_munhwa_font { ++ has_baekmuk_font { + /FDepVector [ /Times-Bold findfont +- /MunhwaGothic-Bold-KSC-EUC-H findfont ] def ++ /Dotum-Medium-KSC-EUC-H findfont ] def + } { + /FDepVector [ /Times-Bold findfont + /HLaTeX-Gothic-Regular-KSC-EUC-H findfont ] def |