diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-04-08 06:34:46 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-04-08 06:34:46 +0000 |
commit | 7e0f3484d8cd6eca4abe80d057391d14face5606 (patch) | |
tree | 92570fc98a476ecbf696c2ef16d046412d405995 /Build/source/texk/xdvik/encodings.c | |
parent | 824f7b0903de8ad7f6ee3d7656005e4c59155e06 (diff) |
xdvik 22.86
git-svn-id: svn://tug.org/texlive/trunk@29732 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/xdvik/encodings.c')
-rw-r--r-- | Build/source/texk/xdvik/encodings.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Build/source/texk/xdvik/encodings.c b/Build/source/texk/xdvik/encodings.c index 9910755b4d5..b7ee14859fe 100644 --- a/Build/source/texk/xdvik/encodings.c +++ b/Build/source/texk/xdvik/encodings.c @@ -42,7 +42,7 @@ */ -/* The rest of the file is Copyright (c) 2003-2004 the xdvik development team +/* The rest of the file is Copyright (c) 2003-2013 the xdvik development team Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to @@ -3739,7 +3739,7 @@ guess_encoding(wide_ubyte ch, const char *fontname, char *retbuf) hash_initialized = True; } if (!find_str_int_hash(&unknown_font_hash, fontname, &dummy)) { - if (resource.t1lib) { + if (resource.freetype) { XDVI_WARNING((stderr, "guess_encoding(): nothing suitable for \"%s\", assuming Cork encoding.\n" "(Please tell us about this at " @@ -3747,7 +3747,7 @@ guess_encoding(wide_ubyte ch, const char *fontname, char *retbuf) } else { XDVI_INFO((stderr, - "T1lib not enabled, assuming Cork encoding for font \"%s\".\n", + "FreeType2 not enabled, assuming Cork encoding for font \"%s\".\n", fontname)); } put_str_int_hash(&unknown_font_hash, fontname, dummy); |