Docstring updated.
[m17n/libotf.git] / 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;