From ac632cfc391b0a1f0e02ac4e9b4cd4997a36e419 Mon Sep 17 00:00:00 2001 From: handa Date: Mon, 22 Dec 2008 05:51:29 +0000 Subject: [PATCH] (OTF_EncodingSubtable14): New type. (OTF_EncodingSubtable): New union member f.f14. --- src/otf.h | 7 +++++++ 1 file changed, 7 insertions(+) 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; -- 1.7.10.4