texlive[51089] trunk: fontools (11may19)

commits+karl at tug.org commits+karl at tug.org
Sat May 11 23:30:51 CEST 2019


Revision: 51089
          http://tug.org/svn/texlive?view=revision&revision=51089
Author:   karl
Date:     2019-05-11 23:30:51 +0200 (Sat, 11 May 2019)
Log Message:
-----------
fontools (11may19)

Modified Paths:
--------------
    trunk/Build/source/texk/texlive/linked_scripts/fontools/autoinst
    trunk/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl
    trunk/Master/texmf-dist/doc/man/man1/afm2afm.man1.pdf
    trunk/Master/texmf-dist/doc/man/man1/autoinst.1
    trunk/Master/texmf-dist/doc/man/man1/autoinst.man1.pdf
    trunk/Master/texmf-dist/doc/man/man1/ot2kpx.man1.pdf
    trunk/Master/texmf-dist/doc/support/fontools/README
    trunk/Master/texmf-dist/scripts/fontools/autoinst

Modified: trunk/Build/source/texk/texlive/linked_scripts/fontools/autoinst
===================================================================
--- trunk/Build/source/texk/texlive/linked_scripts/fontools/autoinst	2019-05-11 21:30:27 UTC (rev 51088)
+++ trunk/Build/source/texk/texlive/linked_scripts/fontools/autoinst	2019-05-11 21:30:51 UTC (rev 51089)
@@ -600,7 +600,7 @@
             = @{$item}{qw(font style shape encoding)};
 
         # make unique copy of fontdata, since we're modifying it;
-        # otherwise, the mergesmallcaps only works for
+        # otherwise, the mergesmallcaps option only works for
         # the first encoding in the list
         my %font = %$font;
         $font = $item->{font} = \%font;
@@ -607,7 +607,7 @@
 
         # handle fonts that put small caps fonts into separate family
         if ($ARGV{mergesmallcaps}) {
-            if ($font->{family} =~ s/smallcaps$//xmsi) {
+            if ($font->{family} =~ s/(?: smallcaps | sc )$//xmsi) {
                 $shape = $item->{shape} = 'smallcaps';
             }
         }
@@ -2534,6 +2534,11 @@
 
 =over 12
 
+=item I<2019-05-11>
+
+Separate small caps families are now also recognised when the family name
+ends with "SC" (previously B<autoinst> only looked for "SmallCaps").
+
 =item I<2019-04-22>
 
 Fixed a bug in the generation of swash shapes.

Modified: trunk/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl
===================================================================
--- trunk/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl	2019-05-11 21:30:27 UTC (rev 51088)
+++ trunk/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl	2019-05-11 21:30:51 UTC (rev 51089)
@@ -1,12 +1,12 @@
 #!/usr/bin/env perl
-# $Id: tlmgr.pl 50796 2019-04-05 22:43:08Z karl $
+# $Id: tlmgr.pl 51076 2019-05-10 22:23:09Z karl $
 #
 # Copyright 2008-2019 Norbert Preining
 # This file is licensed under the GNU General Public License version 2
 # or any later version.
 
-my $svnrev = '$Revision: 50796 $';
-my $datrev = '$Date: 2019-04-06 00:43:08 +0200 (Sat, 06 Apr 2019) $';
+my $svnrev = '$Revision: 51076 $';
+my $datrev = '$Date: 2019-05-11 00:23:09 +0200 (Sat, 11 May 2019) $';
 my $tlmgrrevision;
 my $tlmgrversion;
 my $prg;
@@ -9798,7 +9798,7 @@
 distribution (L<https://tug.org/texlive>) and both are licensed under the
 GNU General Public License Version 2 or later.
 
-$Id: tlmgr.pl 50796 2019-04-05 22:43:08Z karl $
+$Id: tlmgr.pl 51076 2019-05-10 22:23:09Z karl $
 =cut
 
 # test HTML version: pod2html --cachedir=/tmp tlmgr.pl >/tmp/tlmgr.html

Modified: trunk/Master/texmf-dist/doc/man/man1/afm2afm.man1.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/man/man1/autoinst.1
===================================================================
--- trunk/Master/texmf-dist/doc/man/man1/autoinst.1	2019-05-11 21:30:27 UTC (rev 51088)
+++ trunk/Master/texmf-dist/doc/man/man1/autoinst.1	2019-05-11 21:30:51 UTC (rev 51089)
@@ -133,7 +133,7 @@
 .\" ========================================================================
 .\"
 .IX Title "AUTOINST 1"
-.TH AUTOINST 1 "2019-04-22" "fontools" "Marc Penninga"
+.TH AUTOINST 1 "2019-05-11" "fontools" "Marc Penninga"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l
@@ -714,6 +714,10 @@
 .SH "RECENT CHANGES"
 .IX Header "RECENT CHANGES"
 (See the source for the full story, all the way back to 2005.)
+.IP "\fI2019\-05\-11\fR" 12
+.IX Item "2019-05-11"
+Separate small caps families are now also recognised when the family name
+ends with \*(L"\s-1SC\*(R"\s0 (previously \fBautoinst\fR only looked for \*(L"SmallCaps\*(R").
 .IP "\fI2019\-04\-22\fR" 12
 .IX Item "2019-04-22"
 Fixed a bug in the generation of swash shapes.

Modified: trunk/Master/texmf-dist/doc/man/man1/autoinst.man1.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/man/man1/ot2kpx.man1.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/support/fontools/README
===================================================================
--- trunk/Master/texmf-dist/doc/support/fontools/README	2019-05-11 21:30:27 UTC (rev 51088)
+++ trunk/Master/texmf-dist/doc/support/fontools/README	2019-05-11 21:30:51 UTC (rev 51089)
@@ -69,4 +69,4 @@
 the license conditions.
 
 
-                                                Marc Penninga, 2019/04/22
+                                                Marc Penninga, 2019/05/11

Modified: trunk/Master/texmf-dist/scripts/fontools/autoinst
===================================================================
--- trunk/Master/texmf-dist/scripts/fontools/autoinst	2019-05-11 21:30:27 UTC (rev 51088)
+++ trunk/Master/texmf-dist/scripts/fontools/autoinst	2019-05-11 21:30:51 UTC (rev 51089)
@@ -600,7 +600,7 @@
             = @{$item}{qw(font style shape encoding)};
 
         # make unique copy of fontdata, since we're modifying it;
-        # otherwise, the mergesmallcaps only works for
+        # otherwise, the mergesmallcaps option only works for
         # the first encoding in the list
         my %font = %$font;
         $font = $item->{font} = \%font;
@@ -607,7 +607,7 @@
 
         # handle fonts that put small caps fonts into separate family
         if ($ARGV{mergesmallcaps}) {
-            if ($font->{family} =~ s/smallcaps$//xmsi) {
+            if ($font->{family} =~ s/(?: smallcaps | sc )$//xmsi) {
                 $shape = $item->{shape} = 'smallcaps';
             }
         }
@@ -2534,6 +2534,11 @@
 
 =over 12
 
+=item I<2019-05-11>
+
+Separate small caps families are now also recognised when the family name
+ends with "SC" (previously B<autoinst> only looked for "SmallCaps").
+
 =item I<2019-04-22>
 
 Fixed a bug in the generation of swash shapes.



More information about the tex-live-commits mailing list