diff options
author | Karl Berry <karl@freefriends.org> | 2023-12-30 21:25:52 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2023-12-30 21:25:52 +0000 |
commit | 8419fa32b130f89e32499694bd98fe8379167327 (patch) | |
tree | 066f53fe06ec55819dd242641cfe8317dcd66e34 /Build | |
parent | 05b22bd50ef6cb5fa8be0981e0af3123247ba565 (diff) |
fontools (30dec23)
git-svn-id: svn://tug.org/texlive/trunk@69241 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
3 files changed, 21 insertions, 13 deletions
diff --git a/Build/source/texk/texlive/linked_scripts/fontools/afm2afm b/Build/source/texk/texlive/linked_scripts/fontools/afm2afm index 164ac90cc3f..8c0c7a2d561 100755 --- a/Build/source/texk/texlive/linked_scripts/fontools/afm2afm +++ b/Build/source/texk/texlive/linked_scripts/fontools/afm2afm @@ -37,7 +37,7 @@ use File::Basename; use Getopt::Long; use Pod::Usage; -my $VERSION = "20230914"; +my $VERSION = "20231230"; parse_commandline(); @@ -421,7 +421,7 @@ See the GNU General Public License for more details. =head1 VERSION -This document describes B<afm2afm> version 20230914. +This document describes B<afm2afm> version 20231230. =head1 RECENT CHANGES diff --git a/Build/source/texk/texlive/linked_scripts/fontools/autoinst b/Build/source/texk/texlive/linked_scripts/fontools/autoinst index 6c6f01169f9..b12dcd353b1 100755 --- a/Build/source/texk/texlive/linked_scripts/fontools/autoinst +++ b/Build/source/texk/texlive/linked_scripts/fontools/autoinst @@ -41,7 +41,7 @@ use Getopt::Long (); use Pod::Usage (); use POSIX (); -my $VERSION = '20230914'; +my $VERSION = '20231230'; my ($d, $m, $y) = (localtime time)[3 .. 5]; my $TODAY = sprintf "%04d/%02d/%02d", $y + 1900, $m + 1, $d; @@ -168,6 +168,7 @@ my %FULL_FORM = ( comp => 'compressed', cond => 'condensed', demi => 'demibold', + exp => 'expanded', extcond => 'extracondensed', hair => 'hairline', incline => 'inclined', @@ -175,6 +176,9 @@ my %FULL_FORM = ( ita => 'italic', md => 'medium', slant => 'slanted', + smbold => 'semibold', + smcond => 'semicondensed', + smexp => 'semiexpanded', ultra => 'ultrablack', ); @@ -4298,7 +4302,7 @@ GNU General Public License for more details. =head1 VERSION -This document describes B<autoinst> version 20230914. +This document describes B<autoinst> version 20231230. =head1 RECENT CHANGES @@ -4307,6 +4311,10 @@ This document describes B<autoinst> version 20230914. =over 12 +=item I<2023-12-30> + +Bugfix: font info parsing now works for Junicode 2. + =item I<2023-09-14> Added the C<\up...> and C<\it...> commands to the style file. @@ -4330,6 +4338,13 @@ Fixed a few bugs in metadata parsing, style file generation and the C<-t1suffix> option, so that the latter also works for dvips and dvipdfmx. +=back + + +=begin Really_old_history + +=over 12 + =item I<2021-11-15> Bugfix: font info parsing now works for Adobe Source Serif 4. @@ -4360,13 +4375,6 @@ The I<-encoding> option now also accepts filenames of encoding files in directories other than the current directory. Directory names containing spaces do (or at least should) also work. -=back - - -=begin Really_old_history - -=over 12 - =item I<2020-12-18> Fixed a problem with files not being found on Windows. diff --git a/Build/source/texk/texlive/linked_scripts/fontools/ot2kpx b/Build/source/texk/texlive/linked_scripts/fontools/ot2kpx index 9e6dd5c2e3f..8d81c2d26b6 100755 --- a/Build/source/texk/texlive/linked_scripts/fontools/ot2kpx +++ b/Build/source/texk/texlive/linked_scripts/fontools/ot2kpx @@ -38,7 +38,7 @@ use Getopt::Long (); use List::Util @List::Util::EXPORT_OK; use Pod::Usage; -my $VERSION = "20230914"; +my $VERSION = "20231230"; 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<ot2kpx> version 20230914. +This document describes B<ot2kpx> version 20231230. =head1 RECENT CHANGES |