From: handa Date: Thu, 8 Oct 2009 11:15:21 +0000 (+0000) Subject: Docstring updated. X-Git-Tag: REL-0-9-11~57 X-Git-Url: http://git.chise.org/gitweb/?p=m17n%2Flibotf.git;a=commitdiff_plain;h=87ab1b3362129780aa623e073dcda98e99a8ccb2;hp=7cfa14b9094bcf01f824dccf5823b8e953fdbce9 Docstring updated. --- diff --git a/src/otf.h b/src/otf.h index 3d63439..95f044f 100644 --- 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;