summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/luatexdir/font/writefont.w
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/luatexdir/font/writefont.w')
-rw-r--r--Build/source/texk/web2c/luatexdir/font/writefont.w5
1 files changed, 4 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/luatexdir/font/writefont.w b/Build/source/texk/web2c/luatexdir/font/writefont.w
index ff986bf86fe..3377059f304 100644
--- a/Build/source/texk/web2c/luatexdir/font/writefont.w
+++ b/Build/source/texk/web2c/luatexdir/font/writefont.w
@@ -20,7 +20,7 @@
@ @c
static const char _svn_version[] =
- "$Id: writefont.w 4847 2014-03-05 18:13:17Z luigi $"
+ "$Id: writefont.w 5081 2014-11-07 18:38:33Z luigi $"
"$URL: https://foundry.supelec.fr/svn/luatex/trunk/source/texk/web2c/luatexdir/font/writefont.w $";
#include "ptexlib.h"
@@ -426,6 +426,9 @@ static void register_fo_entry(fo_entry * fo)
static void write_fontfile(PDF pdf, fd_entry * fd)
{
assert(is_included(fd->fm));
+ /* In principle we could replace the pdftex derived ttf.otf inclusion part */
+ /* by using the regular code for this and assigning indices and tounicodes */
+ /* to the character blobs, but for the moment we keep the current approach */
if (is_cidkeyed(fd->fm)) {
if (is_opentype(fd->fm))
writetype0(pdf, fd);