From 5c6d0a5119638d5928f4d11b98061db04e2f3259 Mon Sep 17 00:00:00 2001 From: handa Date: Thu, 23 Jul 2009 07:57:37 +0000 Subject: [PATCH] (read_cmap_table): Set cmap->table_index. --- src/otfopen.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/otfopen.c b/src/otfopen.c index 2101da8..af85fa5 100644 --- a/src/otfopen.c +++ b/src/otfopen.c @@ -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; -- 1.7.10.4