X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fotf.h;h=47d93e7c03eb6c2ccf8e73ece90605e219069db5;hb=4f479cb776044b404120c863ac784a025b88af1b;hp=3d63439c713193ecb10b79729f0713d15494b48d;hpb=1d77d8b06d36663d2291c6730f0a2c32beabb399;p=m17n%2Flibotf.git diff --git a/src/otf.h b/src/otf.h index 3d63439..47d93e7 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; @@ -1528,6 +1529,8 @@ extern int OTF_put_data (OTF *otf, char *id, void *data, extern void *OTF_get_data (OTF *otf, char *id); +extern OTF_Tag *OTF_get_drive_log (OTF *otf); + #ifdef __cplusplus } #endif