(read_cmap_table): Set cmap->table_index.
authorhanda <handa>
Thu, 23 Jul 2009 07:57:37 +0000 (07:57 +0000)
committerhanda <handa>
Thu, 23 Jul 2009 07:57:37 +0000 (07:57 +0000)
src/otfopen.c

index 2101da8..af85fa5 100644 (file)
@@ -623,6 +623,8 @@ read_cmap_table (OTF *otf, OTF_TableInfo *table, enum OTF_ReaderFlag flag)
            unicode_full_index = i;
        }
     }
+  cmap->table_index = unicode_full_index;
+
   for (i = 0; i < cmap->numTables; i++)
     {
       unsigned format;