summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/tex-file.c
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-05-23 22:14:16 +0000
committerKarl Berry <karl@freefriends.org>2011-05-23 22:14:16 +0000
commitf20bc0202adc3cbebe6d49dc51a29e49377be58f (patch)
treee8c95c0df95ac04cfedef3ad80ed78692ac15050 /Build/source/texk/kpathsea/tex-file.c
parent882e9821750a0891ff2f2efa14d7de5ff5a037e2 (diff)
.dfont as another truetype extension
git-svn-id: svn://tug.org/texlive/trunk@22592 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/tex-file.c')
-rw-r--r--Build/source/texk/kpathsea/tex-file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/kpathsea/tex-file.c b/Build/source/texk/kpathsea/tex-file.c
index 741ba2b0ada..0dd86a603fc 100644
--- a/Build/source/texk/kpathsea/tex-file.c
+++ b/Build/source/texk/kpathsea/tex-file.c
@@ -687,7 +687,7 @@ kpathsea_init_format (kpathsea kpse, kpse_file_format_type format)
break;
case kpse_truetype_format:
INIT_FORMAT ("truetype fonts", DEFAULT_TTFONTS, TRUETYPE_ENVS);
-#define TRUETYPE_SUFFIXES ".ttf", ".ttc", ".TTF", ".TTC"
+#define TRUETYPE_SUFFIXES ".ttf", ".ttc", ".TTF", ".TTC", ".dfont"
SUFFIXES (TRUETYPE_SUFFIXES);
FMT_INFO.suffix_search_only = false;
FMT_INFO.binmode = true;