summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts/fontools
diff options
context:
space:
mode:
authorManuel Pégourié-Gonnard <mpg@elzevir.fr>2011-08-02 18:51:58 +0000
committerManuel Pégourié-Gonnard <mpg@elzevir.fr>2011-08-02 18:51:58 +0000
commit0bb15973a41c0e63efedcb5d4eb7bf77d1bb2d1f (patch)
tree8ca024696f89a0aab6be53b07a218b4fed5d2040 /Master/texmf-dist/scripts/fontools
parent19e696b06f60d56a1248e35c16bd436b3499ced8 (diff)
fontools update (autoinst 2011-06-15)
git-svn-id: svn://tug.org/texlive/trunk@23329 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts/fontools')
-rwxr-xr-xMaster/texmf-dist/scripts/fontools/autoinst14
1 files changed, 10 insertions, 4 deletions
diff --git a/Master/texmf-dist/scripts/fontools/autoinst b/Master/texmf-dist/scripts/fontools/autoinst
index 5c31de73c06..d9b0665ebf1 100755
--- a/Master/texmf-dist/scripts/fontools/autoinst
+++ b/Master/texmf-dist/scripts/fontools/autoinst
@@ -1,10 +1,10 @@
-#!/usr/bin/perl
+#! /usr/bin/env perl
=begin COPYRIGHT
----------------------------------------------------------------------------
- Copyright (C) 2005, 2006, 2007, 2009, 2010 Marc Penninga.
+ Copyright (C) 2005, 2006, 2007, 2009, 2010, 2011 Marc Penninga.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License
@@ -122,6 +122,7 @@ my %FD_WIDTH = (
my %FD_SHAPE = (
roman => 'n',
italic => 'it',
+ it => 'it', # Fix for (at least) some Linotype fonts
oblique => 'it',
slanted => 'it',
romani => 'n',
@@ -734,7 +735,7 @@ sub read_font_info {
last SHAPE;
}
}
-
+
# Read optical size info
open $OTFINFO, '-|',"otfinfo --optical-size \"$fontfile\""
or die "ERROR: 'otfinfo --optical-size \"$fontfile\"' failed";
@@ -1601,7 +1602,7 @@ C<< autoinst I<(... all options and files ...)> E<gt>autoinst.log 2>&1 >>
=head1 COPYRIGHT
-Copyright (C) 2005, 2006, 2007, 2009, 2010 Marc Penninga.
+Copyright (C) 2005, 2006, 2007, 2009, 2010, 2011 Marc Penninga.
=head1 LICENSE
@@ -1630,6 +1631,11 @@ GNU General Public License for more details.
=over 12
+=item I<2011-06-15>
+
+Fixed the font info parsing code for some fonts that are
+too lazy to spell out 'Italic' in full.
+
=item I<2010-04-29>
The C< --feature=kern> option is only used for fonts that