From c02517b14854ed403f1cbbf165371920f1a2eb8f Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 24 Sep 2010 16:21:30 +0000 Subject: read both truetype and opentype hiers for both formats git-svn-id: svn://tug.org/texlive/trunk@19875 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/kpathsea/ChangeLog | 7 +++++++ Build/source/texk/kpathsea/texmf.cnf | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) (limited to 'Build') diff --git a/Build/source/texk/kpathsea/ChangeLog b/Build/source/texk/kpathsea/ChangeLog index 728601eef65..5c8b00a5a51 100644 --- a/Build/source/texk/kpathsea/ChangeLog +++ b/Build/source/texk/kpathsea/ChangeLog @@ -1,3 +1,10 @@ +2010-09-24 Karl Berry + + * texmf.cnf (TTFONTS): also read opentype//. + (OPENTYPEFONTS): also read truetype//. + Because common practice is to use .ttf/.ttc for TrueType-flavored + OpenType fonts (and .otf only for PostScript-flavored OpenType). + 2010-09-18 Karl Berry * texmf.cnf (DVIPDFMXINPUTS): do not include ., so attackers diff --git a/Build/source/texk/kpathsea/texmf.cnf b/Build/source/texk/kpathsea/texmf.cnf index 42c6ddde4ed..cfd9c2319e7 100644 --- a/Build/source/texk/kpathsea/texmf.cnf +++ b/Build/source/texk/kpathsea/texmf.cnf @@ -345,10 +345,10 @@ T1FONTS = .;$TEXMF/fonts/type1//;$OSFONTDIR// AFMFONTS = .;$TEXMF/fonts/afm//;$OSFONTDIR// % TrueType outline fonts. -TTFONTS = .;$TEXMF/fonts/truetype//;$OSFONTDIR// +TTFONTS = .;$TEXMF/fonts/{truetype,opentype}//;$OSFONTDIR// % Opentype outline fonts. -OPENTYPEFONTS = .;$TEXMF/fonts/opentype//;$OSFONTDIR// +OPENTYPEFONTS = .;$TEXMF/fonts/{opentype,truetype}//;$OSFONTDIR// % Type 42 outline fonts. T42FONTS = .;$TEXMF/fonts/type42// -- cgit v1.2.3