From f039c2f2aca2bc74492e236124e24870749a8bc2 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 27 Nov 2019 22:03:40 +0000 Subject: fontools (27nov19) git-svn-id: svn://tug.org/texlive/trunk@52942 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/scripts/fontools/afm2afm | 4 ++-- Master/texmf-dist/scripts/fontools/autoinst | 6 +++--- Master/texmf-dist/scripts/fontools/ot2kpx | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) (limited to 'Master/texmf-dist/scripts') diff --git a/Master/texmf-dist/scripts/fontools/afm2afm b/Master/texmf-dist/scripts/fontools/afm2afm index c05b55fd363..65d03e3ef3c 100755 --- a/Master/texmf-dist/scripts/fontools/afm2afm +++ b/Master/texmf-dist/scripts/fontools/afm2afm @@ -37,7 +37,7 @@ use File::Basename; use Getopt::Long; use Pod::Usage; -my $VERSION = "20191118"; +my $VERSION = "20191126"; parse_commandline(); @@ -421,7 +421,7 @@ See the GNU General Public License for more details. =head1 VERSION -This document describes B version 20191118. +This document describes B version 20191126. =head1 RECENT CHANGES diff --git a/Master/texmf-dist/scripts/fontools/autoinst b/Master/texmf-dist/scripts/fontools/autoinst index 30a6a0f0ed6..038769de762 100755 --- a/Master/texmf-dist/scripts/fontools/autoinst +++ b/Master/texmf-dist/scripts/fontools/autoinst @@ -40,7 +40,7 @@ use Getopt::Long (); use Pod::Usage (); use POSIX (); -my $VERSION = '20191118'; +my $VERSION = '20191126'; my ($d, $m, $y) = (localtime time)[3 .. 5]; my $TODAY = sprintf "%04d/%02d/%02d", $y + 1900, $m + 1, $d; @@ -983,7 +983,7 @@ sub make_cmdline { "--encoding=$item->{encoding}[0]", set_targetdirs($item->{font}{family}), '--no-updmap', - ($item->{font}{filename} =~ m/[.]ttf\z/xms + ($item->{font}{filename} =~ m/[.]ttf\z/xmsi ? '--no-type1' : ''), ($SCHEME{$item->{encoding}[0]} @@ -2833,7 +2833,7 @@ GNU General Public License for more details. =head1 VERSION -This document describes B version 20191118. +This document describes B version 20191126. =head1 RECENT CHANGES diff --git a/Master/texmf-dist/scripts/fontools/ot2kpx b/Master/texmf-dist/scripts/fontools/ot2kpx index b26a9c79423..91e34e0fa8f 100755 --- a/Master/texmf-dist/scripts/fontools/ot2kpx +++ b/Master/texmf-dist/scripts/fontools/ot2kpx @@ -38,7 +38,7 @@ use Getopt::Long (); use List::Util @List::Util::EXPORT_OK; use Pod::Usage; -my $VERSION = "20191118"; +my $VERSION = "20191126"; our ($NUM_GLYPHS, $UNITS_PER_EM, %kern); @@ -858,7 +858,7 @@ See the GNU General Public License for more details. =head1 VERSION -This document describes B version 20191118. +This document describes B version 20191126. =head1 RECENT CHANGES -- cgit v1.2.3