*** empty log message ***
authorhanda <handa>
Tue, 2 Nov 2004 06:10:31 +0000 (06:10 +0000)
committerhanda <handa>
Tue, 2 Nov 2004 06:10:31 +0000 (06:10 +0000)
ChangeLog

index ebca225..8d18bd2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2004-11-02  Kenichi Handa  <handa@m17n.org>
+
+       * src/otfopen.c (read_cmap_table): Support Format 2 of cmap.
+
+       * src/otfdrive.c (lookup_gsub): For Format 3, set
+       OTF_Glyph->alternate_set.
+
+       * src/otf.h (OTF_EncodingSubtable2): New members subHeaderCount
+       and glyphIndexCount.
+       (OTF_Glyph): New member alternate_set.
+
 2004-10-27  Kenichi Handa  <handa@m17n.org>
 
        * example/otfview.c: Pay attention to HAVE_X11_XAW_COMMAND_H.