diff options
Diffstat (limited to 'fonts/utilities/fontools/bin/splitttc')
-rwxr-xr-x | fonts/utilities/fontools/bin/splitttc | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/fonts/utilities/fontools/bin/splitttc b/fonts/utilities/fontools/bin/splitttc index 48ef2f6676..28e52c5a2e 100755 --- a/fonts/utilities/fontools/bin/splitttc +++ b/fonts/utilities/fontools/bin/splitttc @@ -4,7 +4,7 @@ ---------------------------------------------------------------------------- - Copyright (C) 2020 Marc Penninga. + Copyright (C) 2021 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 = "20201218"; +my $VERSION = "20210401"; parse_commandline(); @@ -267,8 +267,8 @@ and option names may be shortened to a unique prefix. =head1 OUTPUT B<splitttc> tries to determine the 'PostScript name' of the resulting fonts -and uses this to name the output files. -If it cannot determine the PostScript name, it uses the basename of the input +and uses these to name the output files. +If it cannot determine the PostScript names, it uses the basename of the input font collection file plus a three-digit sequence number: F<<< I<< <input> >> 001.otf >>>, F<<< I<< <input> >> 002.otf >>> etc. @@ -280,7 +280,7 @@ Marc Penninga <marcpenninga@gmail.com> =head1 COPYRIGHT -Copyright (C) 2020 Marc Penninga. +Copyright (C) 2019-2021 Marc Penninga. =head1 LICENSE @@ -303,7 +303,7 @@ See the GNU General Public License for more details. =head1 VERSION -This document describes B<splitttc> version 20201218. +This document describes B<splitttc> version 20210401. =head1 RECENT CHANGES |