diff options
author | CHOI Junho <cjh@FreeBSD.org> | 2000-07-15 13:17:56 +0000 |
---|---|---|
committer | CHOI Junho <cjh@FreeBSD.org> | 2000-07-15 13:17:56 +0000 |
commit | 678e4fce0e96de9bc7e9924a63fd0cd474fdb7c7 (patch) | |
tree | d997464e4d69a8b1a7b0db4e7919f67a9c736e52 /korean | |
parent | Update to GNU gs. (diff) |
Change default font to Gulim-Medium(korean/baekmukfonts-ttf).
Diffstat (limited to 'korean')
-rw-r--r-- | korean/nh2ps/files/patch-ba | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/korean/nh2ps/files/patch-ba b/korean/nh2ps/files/patch-ba new file mode 100644 index 000000000000..49d5f672523d --- /dev/null +++ b/korean/nh2ps/files/patch-ba @@ -0,0 +1,11 @@ +--- nh2ps.c.orig Sat Jul 15 02:11:13 2000 ++++ nh2ps.c Sat Jul 15 02:11:41 2000 +@@ -339,7 +339,7 @@ + #include "psfontmap.c" + + /* default postscript(OCF) font is CID-Keyed Fonts sample */ +-#define HFONT_PS_DEFAULT "Munhwa-Regular-KSC-EUC-H" ++#define HFONT_PS_DEFAULT "Gulim-Medium-KSC-EUC-H" + #define HFONT_PS_WIDE_RATIO 1.2 /* only heuristic */ + + #endif /* HFONT */ |