From 0bb15973a41c0e63efedcb5d4eb7bf77d1bb2d1f Mon Sep 17 00:00:00 2001 From: Manuel Pégourié-Gonnard Date: Tue, 2 Aug 2011 18:51:58 +0000 Subject: fontools update (autoinst 2011-06-15) git-svn-id: svn://tug.org/texlive/trunk@23329 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/scripts/fontools/autoinst | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'Master/texmf-dist/scripts/fontools') 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 ...)> Eautoinst.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 -- cgit v1.2.3