diff options
author | Karl Berry <karl@freefriends.org> | 2017-06-24 22:07:22 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-06-24 22:07:22 +0000 |
commit | df8c15af70ae0285dfc16d242afca43f2c3b976e (patch) | |
tree | 2f35f3135332f0df3198d8ee379c334617b16914 /Master/texmf-dist/scripts/ptex-fontmaps | |
parent | d3260261d51e0a48e44e13c97ce0f4bc47bbde34 (diff) |
ptex-fontmaps (24jun17)
git-svn-id: svn://tug.org/texlive/trunk@44683 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts/ptex-fontmaps')
-rwxr-xr-x | Master/texmf-dist/scripts/ptex-fontmaps/kanji-config-updmap.pl | 5 | ||||
-rwxr-xr-x | Master/texmf-dist/scripts/ptex-fontmaps/kanji-fontmap-creator.pl | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/Master/texmf-dist/scripts/ptex-fontmaps/kanji-config-updmap.pl b/Master/texmf-dist/scripts/ptex-fontmaps/kanji-config-updmap.pl index 0caff69f627..dad978ee90a 100755 --- a/Master/texmf-dist/scripts/ptex-fontmaps/kanji-config-updmap.pl +++ b/Master/texmf-dist/scripts/ptex-fontmaps/kanji-config-updmap.pl @@ -1,6 +1,6 @@ #!/usr/bin/env perl # kanji-config-updmap: setup Japanese font embedding -# Version 20170505.0 +# Version 20170624.0 # # formerly known as updmap-setup-kanji # @@ -22,7 +22,7 @@ use Getopt::Long qw(:config no_autoabbrev ignore_case_always); use strict; my $prg = "kanji-config-updmap"; -my $version = '20170505.0'; +my $version = '20170624.0'; my $updmap_real = "updmap"; my $updmap = $updmap_real; @@ -128,6 +128,7 @@ my %representatives = ( #"sinotype" => "STSong.ttf", # removed "adobe" => "AdobeSongStd-Light.otf", "fandol" => "FandolSong-Regular.otf", + "founder" => "FZSSK.TTF", "arphic" => "gbsn00lp.ttf", "cjkunifonts" => "uming.ttc", "cjkunifonts-ttf" => "uming.ttf", diff --git a/Master/texmf-dist/scripts/ptex-fontmaps/kanji-fontmap-creator.pl b/Master/texmf-dist/scripts/ptex-fontmaps/kanji-fontmap-creator.pl index b26d4fc217d..6e64d6bc1bf 100755 --- a/Master/texmf-dist/scripts/ptex-fontmaps/kanji-fontmap-creator.pl +++ b/Master/texmf-dist/scripts/ptex-fontmaps/kanji-fontmap-creator.pl @@ -2,7 +2,7 @@ # # kanji-fontmap-creator # (c) 2012-2014 Norbert Preining -# Version: 20170505.0 +# Version: 20170624.0 # Licenced under the GPLv2 or any higher version # # gui to create map files for updmap(-setup-kanji) @@ -41,7 +41,7 @@ my $opt_help = 0; my $opt_version = 0; my $prg = "kanji-fontmap-creator"; -my $version = "20170505.0"; +my $version = "20170624.0"; # # global vars configuring operation |