From 87ab1b3362129780aa623e073dcda98e99a8ccb2 Mon Sep 17 00:00:00 2001 From: handa Date: Thu, 8 Oct 2009 11:15:21 +0000 Subject: [PATCH] Docstring updated. --- src/otf.h | 1 + 1 file changed, 1 insertion(+) 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; -- 1.7.10.4