projects
/
m17n
/
libotf.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
917a74e
)
(read_cmap_table): Set cmap->table_index.
author
handa
<handa>
Thu, 23 Jul 2009 07:57:37 +0000
(07:57 +0000)
committer
handa
<handa>
Thu, 23 Jul 2009 07:57:37 +0000
(07:57 +0000)
src/otfopen.c
patch
|
blob
|
history
diff --git
a/src/otfopen.c
b/src/otfopen.c
index
2101da8
..
af85fa5
100644
(file)
--- 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;