Imported Upstream version 3.4.0
[platform/upstream/harfbuzz.git] / src / hb-aat-ltag-table.hh
index 711f9aa..6d771e1 100644 (file)
@@ -50,7 +50,7 @@ struct FTStringRange
   }
 
   protected:
-  NNOffsetTo<UnsizedArrayOf<HBUINT8>>
+  NNOffset16To<UnsizedArrayOf<HBUINT8>>
                tag;            /* Offset from the start of the table to
                                 * the beginning of the string */
   HBUINT16     length;         /* String length (in bytes) */
@@ -80,7 +80,7 @@ struct ltag
   protected:
   HBUINT32     version;        /* Table version; currently 1 */
   HBUINT32     flags;          /* Table flags; currently none defined */
-  LArrayOf<FTStringRange>
+  Array32Of<FTStringRange>
                tagRanges;      /* Range for each tag's string */
   public:
   DEFINE_SIZE_ARRAY (12, tagRanges);