diff options
author | Karl Berry <karl@freefriends.org> | 2021-06-25 20:24:21 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-06-25 20:24:21 +0000 |
commit | 9bf05dfc70fa8717aa72adf61795a27b6f21676e (patch) | |
tree | 33e8162d00817911af89540283c8231a26bf7afe /Build | |
parent | 5716e8b1279b899b9db3c47eef397d7d91c96593 (diff) |
cjk-gs-integrate (25jun21)
git-svn-id: svn://tug.org/texlive/trunk@59705 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rwxr-xr-x | Build/source/texk/texlive/linked_scripts/cjk-gs-integrate/cjk-gs-integrate.pl | 27 |
1 files changed, 17 insertions, 10 deletions
diff --git a/Build/source/texk/texlive/linked_scripts/cjk-gs-integrate/cjk-gs-integrate.pl b/Build/source/texk/texlive/linked_scripts/cjk-gs-integrate/cjk-gs-integrate.pl index 68ea6e6198b..69426cbacfb 100755 --- a/Build/source/texk/texlive/linked_scripts/cjk-gs-integrate/cjk-gs-integrate.pl +++ b/Build/source/texk/texlive/linked_scripts/cjk-gs-integrate/cjk-gs-integrate.pl @@ -2,8 +2,8 @@ # # cjk-gs-integrate - setup Ghostscript for CID/TTF CJK fonts # -# Copyright 2015-2020 by Norbert Preining -# Copyright 2016-2020 by Japanese TeX Development Community +# Copyright 2015-2021 by Norbert Preining +# Copyright 2016-2021 by Japanese TeX Development Community # # This work is based on research and work by (in alphabetical order) # Masamichi Hosoda @@ -53,7 +53,7 @@ binmode (STDERR, ':encoding(console_out)'); @ARGV = map{ decode('locale', $_) }@ARGV; (my $prg = basename(decode('locale', $0))) =~ s/\.pl$//; -my $version = '20201206.0'; +my $version = '20210625.0'; if (win32()) { # some perl functions (symlink, -l test) does not work @@ -2323,18 +2323,19 @@ alias if necessary. For the Japanese fonts: Morisawa Pr6N, Morisawa, Hiragino ProN, Hiragino, Kozuka Pr6N, Kozuka ProVI, Kozuka Pro, Kozuka Std, - HaranoAji, - Yu OS X, Yu Win, MS, + HaranoAji, Yu OS X, Yu Win, MS, Moga-Mobo-ex, Moga-Mobo, IPAex, IPA, Ume For the Korean fonts: (Hanyang,) Adobe, Solaris, MS, Unfonts, Baekmuk For the Simplified Chinese: - Adobe, Fandol, Hiragino, Founder, MS, CJKUnifonts, Arphic, CJKUnifonts-ttf + Adobe, Fandol, HaranoAji, Hiragino, Founder, MS, + CJKUnifonts, Arphic, CJKUnifonts-ttf For the Traditional Chinese: - Adobe, MS, CJKUnifonts, Arphic, CJKUnifonts-ttf + Adobe, HaranoAji, MS, + CJKUnifonts, Arphic, CJKUnifonts-ttf #### Overriding aliases #### @@ -2519,6 +2520,9 @@ TTFname: OsakaMono.ttf # Adobe -- Provides S30, T30 INCLUDE cjkgs-adobe.dat +# HaranoAji -- Provides S45, T45 +# (already included in JAPANESE section) + # Hiragino -- Provides S50 # (already included in JAPANESE section) @@ -2534,9 +2538,6 @@ INCLUDE cjkgs-dynacomware.dat # Monotype INCLUDE cjkgs-monotype.dat -# Apple -INCLUDE cjkgs-apple.dat - # Shanghai Ikarus Ltd./URW Software & Type GmbH Name: SIL-Hei-Med-Jian @@ -2592,6 +2593,9 @@ TTFname: cwfs.ttf # Solaris -- Provides K40 INCLUDE cjkgs-solaris.dat +# HaranoAji -- Provides K45 +# (already included in JAPANESE section) + # Baekmuk (free) # This is a special case, because "batang.ttf" in baekmuk and # "Batang.ttf" in Microsoft Mac Office font share the same filename; @@ -2629,6 +2633,9 @@ INCLUDE cjkgs-unfonts.dat # Nanum (free) INCLUDE cjkgs-nanum.dat +# Apple +INCLUDE cjkgs-apple.dat + # Design font by Ho-Seok Ee, aka. "ALee's font" (free) Name: Bandal |