Docstring updated.
authorhanda <handa>
Thu, 8 Oct 2009 11:15:21 +0000 (11:15 +0000)
committerhanda <handa>
Thu, 8 Oct 2009 11:15:21 +0000 (11:15 +0000)
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;