[XeTeX] CID-keyed font support?

Akira Kakuto kakuto at fuk.kindai.ac.jp
Mon Jul 28 03:52:09 CEST 2014


Hi Khaled,

> Let hope we have enough time before the next release to make sure it is :)

xdvipdfmx r34745 (after applying the patch by Jiang) sometimes
crashes at

--- cff.c.orig    Mon Jul 28 08:50:32 2014
+++ cff.c    Mon Jul 28 09:57:29 2014
@@ -1172,12 +1172,12 @@
       break;
     case 2:
       if (charset->data.range2)
-    RELEASE(charset->data.range2);
+    RELEASE(charset->data.range2); /* crash sometimes */
       break;
     default:
       break;
     }
-    RELEASE(charset);
+    RELEASE(charset); /* crash sometimes */
   }
}


An example (sample.tex) is in an attached data.tar.gz.

xdvipdfmx r34722 (before applying the patch by Jiang) seems to
work, but with many strange warnings (mess2.txt in data.tar.gz),
compared with r34711 which consists of the original Jonathan's
code (mess1.txt in data.tar.gz).

I think we should go back to r34711.
I find no reason to unify dvipdfmx and xdvipdfmx further.
The issue noted by Ulrike should be solved at package level.

Best,
Akira
-------------- next part --------------
A non-text attachment was scrubbed...
Name: data.tar.gz
Type: application/x-gzip
Size: 6214 bytes
Desc: not available
URL: <http://tug.org/pipermail/xetex/attachments/20140728/af62ab4e/attachment.gz>


More information about the XeTeX mailing list