summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/cjk/utils/subfonts
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-01-01 17:59:08 +0000
committerKarl Berry <karl@freefriends.org>2009-01-01 17:59:08 +0000
commitcf88a21d6fd630740e594fe0c7f4a9d18889d559 (patch)
tree1fb1f60c7b5de113e1a37b4448cccb4dc2fcbaf1 /Master/texmf-dist/source/latex/cjk/utils/subfonts
parent06b1964526f9f21bba3b50c33085a434ecbc64d3 (diff)
cjk 4.8.2 (29dec08)
git-svn-id: svn://tug.org/texlive/trunk@11791 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/cjk/utils/subfonts')
-rw-r--r--Master/texmf-dist/source/latex/cjk/utils/subfonts/makefdx.pl6
-rw-r--r--Master/texmf-dist/source/latex/cjk/utils/subfonts/subfonts.pe13
2 files changed, 13 insertions, 6 deletions
diff --git a/Master/texmf-dist/source/latex/cjk/utils/subfonts/makefdx.pl b/Master/texmf-dist/source/latex/cjk/utils/subfonts/makefdx.pl
index fa4b013af19..30892290ecb 100644
--- a/Master/texmf-dist/source/latex/cjk/utils/subfonts/makefdx.pl
+++ b/Master/texmf-dist/source/latex/cjk/utils/subfonts/makefdx.pl
@@ -110,10 +110,10 @@ my $oldfh = select(FDX);
print("% This is the file $fdxfile of the CJK package
% for using Asian logographs (Chinese/Japanese/Korean) with LaTeX2e
%
-% created by the script makefdx.pl for CJK Version 4.8.1 (10-Aug-2008).
+% created by the script makefdx.pl for CJK Version 4.8.2 (29-Dec-2008).
-\\def\\fileversion{4.8.1}
-\\def\\filedate{2008/08/10}
+\\def\\fileversion{4.8.2}
+\\def\\filedate{2008/12/29}
\\ProvidesFile{$fdxfile}[\\filedate\\space\\fileversion]
\\CJKvdef{fullheight}{1em}
diff --git a/Master/texmf-dist/source/latex/cjk/utils/subfonts/subfonts.pe b/Master/texmf-dist/source/latex/cjk/utils/subfonts/subfonts.pe
index 962b61d83a7..ba01a97d19e 100644
--- a/Master/texmf-dist/source/latex/cjk/utils/subfonts/subfonts.pe
+++ b/Master/texmf-dist/source/latex/cjk/utils/subfonts/subfonts.pe
@@ -3,12 +3,13 @@
#
# $1: The master font (e.g., `bsmi00lp.ttf').
# $2: The name stem for the subfonts (e.g., `bsmilp').
-# $3: The subfont definition file (e.g., `UBig5.sfd').
+# $3: The subfont definition file, mapping from Unicode to whatever
+# (e.g., `UBig5.sfd', which maps to Big 5).
#
# A collection of useful subfont definition files for CJK fonts can be found
# in the ttf2pk package.
-# Copyright (C) 1994-2007 Werner Lemberg <wl@gnu.org>
+# Copyright (C) 1994-2008 Werner Lemberg <wl@gnu.org>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -26,7 +27,7 @@
# MA 02110-1301 USA
if (Strtol($version) < 20071105)
- Print("Can't use FontForge version before 2007-11-05. Aborting.";
+ Print("Can't use FontForge version before 2007-11-05. Aborting.");
Quit(1);
endif;
@@ -38,6 +39,12 @@ endif;
Print("Loading ", $1, "...");
Open($1);
+if ($cidfontname != "")
+ CIDFlatten();
+endif;
+
+Reencode("ucs4");
+
copyright = $copyright \
+ Chr(10) + Chr(10) \
+ "Subfont version " \