[AAT] Allow null in ankr lookupTable offset
authorBehdad Esfahbod <behdad@behdad.org>
Thu, 17 Jan 2019 22:44:39 +0000 (17:44 -0500)
committerBehdad Esfahbod <behdad@behdad.org>
Thu, 17 Jan 2019 22:44:39 +0000 (17:44 -0500)
src/hb-aat-layout-ankr-table.hh

index 77873dd..b1c115c 100644 (file)
@@ -83,7 +83,7 @@ struct ankr
   protected:
   HBUINT16     version;        /* Version number (set to zero) */
   HBUINT16     flags;          /* Flags (currently unused; set to zero) */
-  LOffsetTo<Lookup<OffsetTo<GlyphAnchors, HBUINT16, false> >, false>
+  LOffsetTo<Lookup<OffsetTo<GlyphAnchors, HBUINT16, false> > >
                lookupTable;    /* Offset to the table's lookup table */
   LOffsetTo<HBUINT8, false>
                anchorData;     /* Offset to the glyph data table */