From b344d4385af5bc9adac2a24850cb963929d4ae9e Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Thu, 17 Jan 2019 17:44:39 -0500 Subject: [PATCH] [AAT] Allow null in ankr lookupTable offset --- src/hb-aat-layout-ankr-table.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hb-aat-layout-ankr-table.hh b/src/hb-aat-layout-ankr-table.hh index 77873dd..b1c115c 100644 --- a/src/hb-aat-layout-ankr-table.hh +++ b/src/hb-aat-layout-ankr-table.hh @@ -83,7 +83,7 @@ struct ankr protected: HBUINT16 version; /* Version number (set to zero) */ HBUINT16 flags; /* Flags (currently unused; set to zero) */ - LOffsetTo >, false> + LOffsetTo > > lookupTable; /* Offset to the table's lookup table */ LOffsetTo anchorData; /* Offset to the glyph data table */ -- 2.7.4