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:
7cfa14b
)
Docstring updated.
author
handa
<handa>
Thu, 8 Oct 2009 11:15:21 +0000
(11:15 +0000)
committer
handa
<handa>
Thu, 8 Oct 2009 11:15:21 +0000
(11:15 +0000)
src/otf.h
patch
|
blob
|
history
diff --git
a/src/otf.h
b/src/otf.h
index
3d63439
..
95f044f
100644
(file)
--- a/
src/otf.h
+++ b/
src/otf.h
@@
-276,6
+276,7
@@
typedef struct
OTF_EncodingRecord *EncodingRecord;
/* Mapping table: Unicode->GlyphID (for BMP only) */
unsigned short *unicode_table;
+ /* Maximum Glyph ID that corresponds to a Unicode character. */
int max_glyph_id;
/* Mapping table: GlyphID->Unicode */
unsigned short *decode_table;