From 1986a9986e6dccdf6e131584d443f3d3127d5ec3 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 24 Jan 2022 21:27:22 +0000 Subject: fontools (24jan22) git-svn-id: svn://tug.org/texlive/trunk@61726 c570f23f-e606-0410-a88d-b1316a301751 --- .../texk/texlive/linked_scripts/fontools/afm2afm | 8 ++++---- .../texk/texlive/linked_scripts/fontools/autoinst | 8 ++++---- .../texk/texlive/linked_scripts/fontools/ot2kpx | 8 ++++---- Master/texmf-dist/doc/man/man1/afm2afm.1 | 6 +++--- Master/texmf-dist/doc/man/man1/afm2afm.man1.pdf | Bin 28756 -> 28824 bytes Master/texmf-dist/doc/man/man1/autoinst.1 | 6 +++--- Master/texmf-dist/doc/man/man1/autoinst.man1.pdf | Bin 73662 -> 73667 bytes Master/texmf-dist/doc/man/man1/ot2kpx.1 | 6 +++--- Master/texmf-dist/doc/man/man1/ot2kpx.man1.pdf | Bin 28670 -> 28744 bytes Master/texmf-dist/doc/support/fontools/README | 2 +- Master/texmf-dist/doc/support/fontools/splitttc | 8 ++++---- .../fonts/enc/dvips/fontools/fontools_ot1.enc | 2 +- .../fonts/enc/dvips/fontools/fontools_t1.enc | 4 ++-- .../fonts/enc/dvips/fontools/fontools_t2a.enc | 2 +- .../fonts/enc/dvips/fontools/fontools_t2b.enc | 2 +- .../fonts/enc/dvips/fontools/fontools_t2c.enc | 2 +- Master/texmf-dist/scripts/fontools/afm2afm | 8 ++++---- Master/texmf-dist/scripts/fontools/autoinst | 8 ++++---- Master/texmf-dist/scripts/fontools/ot2kpx | 8 ++++---- 19 files changed, 44 insertions(+), 44 deletions(-) diff --git a/Build/source/texk/texlive/linked_scripts/fontools/afm2afm b/Build/source/texk/texlive/linked_scripts/fontools/afm2afm index 61c2a6eee5a..894764918ec 100755 --- a/Build/source/texk/texlive/linked_scripts/fontools/afm2afm +++ b/Build/source/texk/texlive/linked_scripts/fontools/afm2afm @@ -4,7 +4,7 @@ ---------------------------------------------------------------------------- - Copyright (C) 2005-2021 Marc Penninga. + Copyright (C) 2005-2022 Marc Penninga. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License @@ -37,7 +37,7 @@ use File::Basename; use Getopt::Long; use Pod::Usage; -my $VERSION = "20211115"; +my $VERSION = "20220124"; parse_commandline(); @@ -398,7 +398,7 @@ Marc Penninga =head1 COPYRIGHT -Copyright (C) 2005-2021 Marc Penninga. +Copyright (C) 2005-2022 Marc Penninga. =head1 LICENSE @@ -421,7 +421,7 @@ See the GNU General Public License for more details. =head1 VERSION -This document describes B version 20211115. +This document describes B version 20220124. =head1 RECENT CHANGES diff --git a/Build/source/texk/texlive/linked_scripts/fontools/autoinst b/Build/source/texk/texlive/linked_scripts/fontools/autoinst index 6ea19fe5ffe..e52391452f9 100755 --- a/Build/source/texk/texlive/linked_scripts/fontools/autoinst +++ b/Build/source/texk/texlive/linked_scripts/fontools/autoinst @@ -4,7 +4,7 @@ ---------------------------------------------------------------------------- - Copyright (C) 2005-2021 Marc Penninga. + Copyright (C) 2005-2022 Marc Penninga. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License @@ -41,7 +41,7 @@ use Getopt::Long (); use Pod::Usage (); use POSIX (); -my $VERSION = '20211115'; +my $VERSION = '20220124'; my ($d, $m, $y) = (localtime time)[3 .. 5]; my $TODAY = sprintf "%04d/%02d/%02d", $y + 1900, $m + 1, $d; @@ -4016,7 +4016,7 @@ don't paraphase. =head1 COPYRIGHT -Copyright (C) 2005-2021 Marc Penninga. +Copyright (C) 2005-2022 Marc Penninga. =head1 LICENSE @@ -4039,7 +4039,7 @@ GNU General Public License for more details. =head1 VERSION -This document describes B version 20211115. +This document describes B version 20220124. =head1 RECENT CHANGES diff --git a/Build/source/texk/texlive/linked_scripts/fontools/ot2kpx b/Build/source/texk/texlive/linked_scripts/fontools/ot2kpx index a336ee5a532..88ce76fc308 100755 --- a/Build/source/texk/texlive/linked_scripts/fontools/ot2kpx +++ b/Build/source/texk/texlive/linked_scripts/fontools/ot2kpx @@ -4,7 +4,7 @@ ---------------------------------------------------------------------------- - Copyright (C) 2005-2021 Marc Penninga. + Copyright (C) 2005-2022 Marc Penninga. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License @@ -38,7 +38,7 @@ use Getopt::Long (); use List::Util @List::Util::EXPORT_OK; use Pod::Usage; -my $VERSION = "20211115"; +my $VERSION = "20220124"; our ($NUM_GLYPHS, $UNITS_PER_EM, %kern); @@ -835,7 +835,7 @@ Marc Penninga =head1 COPYRIGHT -Copyright (C) 2005-2021 Marc Penninga. +Copyright (C) 2005-2022 Marc Penninga. =head1 LICENSE @@ -858,7 +858,7 @@ See the GNU General Public License for more details. =head1 VERSION -This document describes B version 20211115. +This document describes B version 20220124. =head1 RECENT CHANGES diff --git a/Master/texmf-dist/doc/man/man1/afm2afm.1 b/Master/texmf-dist/doc/man/man1/afm2afm.1 index e6f48e7d3ce..c72f32b3966 100644 --- a/Master/texmf-dist/doc/man/man1/afm2afm.1 +++ b/Master/texmf-dist/doc/man/man1/afm2afm.1 @@ -133,7 +133,7 @@ .\" ======================================================================== .\" .IX Title "AFM2AFM 1" -.TH AFM2AFM 1 "2021-11-15" "fontools" "Marc Penninga" +.TH AFM2AFM 1 "2022-01-24" "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 @@ -206,7 +206,7 @@ and option names may be shortened to a unique prefix. Marc Penninga .SH "COPYRIGHT" .IX Header "COPYRIGHT" -Copyright (C) 2005\-2021 Marc Penninga. +Copyright (C) 2005\-2022 Marc Penninga. .SH "LICENSE" .IX Header "LICENSE" This program is free software; you can redistribute it and/or modify @@ -223,7 +223,7 @@ but \s-1WITHOUT ANY WARRANTY\s0; without even the implied warranty of See the \s-1GNU\s0 General Public License for more details. .SH "VERSION" .IX Header "VERSION" -This document describes \fBafm2afm\fR version 20211115. +This document describes \fBafm2afm\fR version 20220124. .SH "RECENT CHANGES" .IX Header "RECENT CHANGES" (See the source code for the rest of the story.) diff --git a/Master/texmf-dist/doc/man/man1/afm2afm.man1.pdf b/Master/texmf-dist/doc/man/man1/afm2afm.man1.pdf index 47e284d37ab..98adb03665b 100644 Binary files a/Master/texmf-dist/doc/man/man1/afm2afm.man1.pdf and b/Master/texmf-dist/doc/man/man1/afm2afm.man1.pdf differ diff --git a/Master/texmf-dist/doc/man/man1/autoinst.1 b/Master/texmf-dist/doc/man/man1/autoinst.1 index 7343234e9fb..db17053d052 100644 --- a/Master/texmf-dist/doc/man/man1/autoinst.1 +++ b/Master/texmf-dist/doc/man/man1/autoinst.1 @@ -133,7 +133,7 @@ .\" ======================================================================== .\" .IX Title "AUTOINST 1" -.TH AUTOINST 1 "2021-11-15" "fontools" "Marc Penninga" +.TH AUTOINST 1 "2022-01-24" "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 @@ -780,7 +780,7 @@ If you see any error messages, please include these \fIverbatim\fR; don't paraphase. .SH "COPYRIGHT" .IX Header "COPYRIGHT" -Copyright (C) 2005\-2021 Marc Penninga. +Copyright (C) 2005\-2022 Marc Penninga. .SH "LICENSE" .IX Header "LICENSE" This program is free software; you can redistribute it and/or modify @@ -797,7 +797,7 @@ but \s-1WITHOUT ANY WARRANTY\s0; without even the implied warranty of \&\s-1GNU\s0 General Public License for more details. .SH "VERSION" .IX Header "VERSION" -This document describes \fBautoinst\fR version 20211115. +This document describes \fBautoinst\fR version 20220124. .SH "RECENT CHANGES" .IX Header "RECENT CHANGES" (See the source for the full story, all the way back to 2005.) diff --git a/Master/texmf-dist/doc/man/man1/autoinst.man1.pdf b/Master/texmf-dist/doc/man/man1/autoinst.man1.pdf index 4bb9b0c5b24..4e8d05a820e 100644 Binary files a/Master/texmf-dist/doc/man/man1/autoinst.man1.pdf and b/Master/texmf-dist/doc/man/man1/autoinst.man1.pdf differ diff --git a/Master/texmf-dist/doc/man/man1/ot2kpx.1 b/Master/texmf-dist/doc/man/man1/ot2kpx.1 index 88d634fb650..a6a63c31495 100644 --- a/Master/texmf-dist/doc/man/man1/ot2kpx.1 +++ b/Master/texmf-dist/doc/man/man1/ot2kpx.1 @@ -133,7 +133,7 @@ .\" ======================================================================== .\" .IX Title "OT2KPX 1" -.TH OT2KPX 1 "2021-11-15" "fontools" "Marc Penninga" +.TH OT2KPX 1 "2022-01-24" "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 @@ -211,7 +211,7 @@ wouldn't make any difference (apart from further complicating the code). Marc Penninga .SH "COPYRIGHT" .IX Header "COPYRIGHT" -Copyright (C) 2005\-2021 Marc Penninga. +Copyright (C) 2005\-2022 Marc Penninga. .SH "LICENSE" .IX Header "LICENSE" This program is free software; you can redistribute it and/or modify @@ -228,7 +228,7 @@ but \s-1WITHOUT ANY WARRANTY\s0; without even the implied warranty of See the \s-1GNU\s0 General Public License for more details. .SH "VERSION" .IX Header "VERSION" -This document describes \fBot2kpx\fR version 20211115. +This document describes \fBot2kpx\fR version 20220124. .SH "RECENT CHANGES" .IX Header "RECENT CHANGES" (See the source code for the rest of the story.) diff --git a/Master/texmf-dist/doc/man/man1/ot2kpx.man1.pdf b/Master/texmf-dist/doc/man/man1/ot2kpx.man1.pdf index c538de80a5c..d23f5b0990d 100644 Binary files a/Master/texmf-dist/doc/man/man1/ot2kpx.man1.pdf and b/Master/texmf-dist/doc/man/man1/ot2kpx.man1.pdf differ diff --git a/Master/texmf-dist/doc/support/fontools/README b/Master/texmf-dist/doc/support/fontools/README index f593643ecde..684b0fdda6e 100644 --- a/Master/texmf-dist/doc/support/fontools/README +++ b/Master/texmf-dist/doc/support/fontools/README @@ -79,6 +79,6 @@ See the GNU General Public License for more details. LICENSE & COPYRIGHT =================== -This software is copyright (C) 2005-2021 Marc Penninga. +This software is copyright (C) 2005-2022 Marc Penninga. It is released under the terms of the GNU General Public Licence; see the file GPLv2.txt for the license conditions. diff --git a/Master/texmf-dist/doc/support/fontools/splitttc b/Master/texmf-dist/doc/support/fontools/splitttc index 1f5349c77f9..52aaf42fbad 100755 --- a/Master/texmf-dist/doc/support/fontools/splitttc +++ b/Master/texmf-dist/doc/support/fontools/splitttc @@ -4,7 +4,7 @@ ---------------------------------------------------------------------------- - Copyright (C) 2021 Marc Penninga. + Copyright (C) 2022 Marc Penninga. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License @@ -38,7 +38,7 @@ use File::Basename; use Getopt::Long; use Pod::Usage; -my $VERSION = "20211115"; +my $VERSION = "20220124"; parse_commandline(); @@ -280,7 +280,7 @@ Marc Penninga =head1 COPYRIGHT -Copyright (C) 2019-2021 Marc Penninga. +Copyright (C) 2019-2022 Marc Penninga. =head1 LICENSE @@ -303,7 +303,7 @@ See the GNU General Public License for more details. =head1 VERSION -This document describes B version 20211115. +This document describes B version 20220124. =head1 RECENT CHANGES diff --git a/Master/texmf-dist/fonts/enc/dvips/fontools/fontools_ot1.enc b/Master/texmf-dist/fonts/enc/dvips/fontools/fontools_ot1.enc index 47a0fbc2f5e..59bf94c87c0 100644 --- a/Master/texmf-dist/fonts/enc/dvips/fontools/fontools_ot1.enc +++ b/Master/texmf-dist/fonts/enc/dvips/fontools/fontools_ot1.enc @@ -38,7 +38,7 @@ /OE /Oslash % 0x20 -/space +/uni2423 /exclam /quotedblright /numbersign diff --git a/Master/texmf-dist/fonts/enc/dvips/fontools/fontools_t1.enc b/Master/texmf-dist/fonts/enc/dvips/fontools/fontools_t1.enc index 6376b6f0289..f6f9e412a3a 100644 --- a/Master/texmf-dist/fonts/enc/dvips/fontools/fontools_t1.enc +++ b/Master/texmf-dist/fonts/enc/dvips/fontools/fontools_t1.enc @@ -38,7 +38,7 @@ /ffi /ffl % 0x20 -/space +/uni2423 /exclam /quotedbl /numbersign @@ -297,7 +297,7 @@ % LIGKERN endash hyphen =: emdash; % LIGKERN quoteleft quoteleft =: quotedblleft; % LIGKERN quoteright quoteright =: quotedblright; -% LIGKERN comma comma =: quotedblbase; +% LIGKERN comma comma =: quotedblbase; % LIGKERN less less =: guillemotleft; % LIGKERN greater greater =: guillemotright; % diff --git a/Master/texmf-dist/fonts/enc/dvips/fontools/fontools_t2a.enc b/Master/texmf-dist/fonts/enc/dvips/fontools/fontools_t2a.enc index 06d4c18f6ce..1932d4c560b 100644 --- a/Master/texmf-dist/fonts/enc/dvips/fontools/fontools_t2a.enc +++ b/Master/texmf-dist/fonts/enc/dvips/fontools/fontools_t2a.enc @@ -38,7 +38,7 @@ /ffi /ffl % 0x20 -/space +/uni2423 /exclam /quotedbl /numbersign diff --git a/Master/texmf-dist/fonts/enc/dvips/fontools/fontools_t2b.enc b/Master/texmf-dist/fonts/enc/dvips/fontools/fontools_t2b.enc index 1ae0654f48b..3ec4a3b8ff3 100644 --- a/Master/texmf-dist/fonts/enc/dvips/fontools/fontools_t2b.enc +++ b/Master/texmf-dist/fonts/enc/dvips/fontools/fontools_t2b.enc @@ -38,7 +38,7 @@ /ffi /ffl % 0x20 -/space +/uni2423 /exclam /quotedbl /numbersign diff --git a/Master/texmf-dist/fonts/enc/dvips/fontools/fontools_t2c.enc b/Master/texmf-dist/fonts/enc/dvips/fontools/fontools_t2c.enc index e2a95aefb25..753c851a362 100644 --- a/Master/texmf-dist/fonts/enc/dvips/fontools/fontools_t2c.enc +++ b/Master/texmf-dist/fonts/enc/dvips/fontools/fontools_t2c.enc @@ -38,7 +38,7 @@ /ffi /ffl % 0x20 -/space +/uni2423 /exclam /quotedbl /numbersign diff --git a/Master/texmf-dist/scripts/fontools/afm2afm b/Master/texmf-dist/scripts/fontools/afm2afm index 61c2a6eee5a..894764918ec 100755 --- a/Master/texmf-dist/scripts/fontools/afm2afm +++ b/Master/texmf-dist/scripts/fontools/afm2afm @@ -4,7 +4,7 @@ ---------------------------------------------------------------------------- - Copyright (C) 2005-2021 Marc Penninga. + Copyright (C) 2005-2022 Marc Penninga. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License @@ -37,7 +37,7 @@ use File::Basename; use Getopt::Long; use Pod::Usage; -my $VERSION = "20211115"; +my $VERSION = "20220124"; parse_commandline(); @@ -398,7 +398,7 @@ Marc Penninga =head1 COPYRIGHT -Copyright (C) 2005-2021 Marc Penninga. +Copyright (C) 2005-2022 Marc Penninga. =head1 LICENSE @@ -421,7 +421,7 @@ See the GNU General Public License for more details. =head1 VERSION -This document describes B version 20211115. +This document describes B version 20220124. =head1 RECENT CHANGES diff --git a/Master/texmf-dist/scripts/fontools/autoinst b/Master/texmf-dist/scripts/fontools/autoinst index 6ea19fe5ffe..e52391452f9 100755 --- a/Master/texmf-dist/scripts/fontools/autoinst +++ b/Master/texmf-dist/scripts/fontools/autoinst @@ -4,7 +4,7 @@ ---------------------------------------------------------------------------- - Copyright (C) 2005-2021 Marc Penninga. + Copyright (C) 2005-2022 Marc Penninga. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License @@ -41,7 +41,7 @@ use Getopt::Long (); use Pod::Usage (); use POSIX (); -my $VERSION = '20211115'; +my $VERSION = '20220124'; my ($d, $m, $y) = (localtime time)[3 .. 5]; my $TODAY = sprintf "%04d/%02d/%02d", $y + 1900, $m + 1, $d; @@ -4016,7 +4016,7 @@ don't paraphase. =head1 COPYRIGHT -Copyright (C) 2005-2021 Marc Penninga. +Copyright (C) 2005-2022 Marc Penninga. =head1 LICENSE @@ -4039,7 +4039,7 @@ GNU General Public License for more details. =head1 VERSION -This document describes B version 20211115. +This document describes B version 20220124. =head1 RECENT CHANGES diff --git a/Master/texmf-dist/scripts/fontools/ot2kpx b/Master/texmf-dist/scripts/fontools/ot2kpx index a336ee5a532..88ce76fc308 100755 --- a/Master/texmf-dist/scripts/fontools/ot2kpx +++ b/Master/texmf-dist/scripts/fontools/ot2kpx @@ -4,7 +4,7 @@ ---------------------------------------------------------------------------- - Copyright (C) 2005-2021 Marc Penninga. + Copyright (C) 2005-2022 Marc Penninga. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License @@ -38,7 +38,7 @@ use Getopt::Long (); use List::Util @List::Util::EXPORT_OK; use Pod::Usage; -my $VERSION = "20211115"; +my $VERSION = "20220124"; our ($NUM_GLYPHS, $UNITS_PER_EM, %kern); @@ -835,7 +835,7 @@ Marc Penninga =head1 COPYRIGHT -Copyright (C) 2005-2021 Marc Penninga. +Copyright (C) 2005-2022 Marc Penninga. =head1 LICENSE @@ -858,7 +858,7 @@ See the GNU General Public License for more details. =head1 VERSION -This document describes B version 20211115. +This document describes B version 20220124. =head1 RECENT CHANGES -- cgit v1.2.3