From: handa Date: Mon, 22 Dec 2008 05:51:29 +0000 (+0000) Subject: (OTF_EncodingSubtable14): New type. X-Git-Tag: REL-0-9-9~37 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=ac632cfc391b0a1f0e02ac4e9b4cd4997a36e419;p=m17n%2Flibotf.git (OTF_EncodingSubtable14): New type. (OTF_EncodingSubtable): New union member f.f14. --- diff --git a/src/otf.h b/src/otf.h index 431e288..3310242 100644 --- a/src/otf.h +++ b/src/otf.h @@ -214,6 +214,12 @@ typedef struct typedef struct { + unsigned nbytes; + unsigned char *data; +} OTF_EncodingSubtable14; + +typedef struct +{ unsigned format; unsigned length; unsigned language; @@ -225,6 +231,7 @@ typedef struct OTF_EncodingSubtable8 *f8; OTF_EncodingSubtable10 *f10; OTF_EncodingSubtable12 *f12; + OTF_EncodingSubtable14 *f14; }f; } OTF_EncodingSubtable;