Imported Upstream version 2.6.7
[platform/upstream/harfbuzz.git] / src / hb-ot-meta-table.hh
index 43a02d6..1225e26 100644 (file)
@@ -56,7 +56,7 @@ struct DataMap
 
   protected:
   Tag          tag;            /* A tag indicating the type of metadata. */
-  LOffsetTo<UnsizedArrayOf<HBUINT8>>
+  LNNOffsetTo<UnsizedArrayOf<HBUINT8>>
                dataZ;          /* Offset in bytes from the beginning of the
                                 * metadata table to the data for this tag. */
   HBUINT32     dataLength;     /* Length of the data. The data is not required to
@@ -108,12 +108,13 @@ struct meta
   protected:
   HBUINT32     version;        /* Version number of the metadata table — set to 1. */
   HBUINT32     flags;          /* Flags — currently unused; set to 0. */
-  HBUINT32     dataOffset;     /* Per Apple specification:
+  HBUINT32     dataOffset;
+                               /* Per Apple specification:
                                 * Offset from the beginning of the table to the data.
                                 * Per OT specification:
                                 * Reserved. Not used; should be set to 0. */
   LArrayOf<DataMap>
-               dataMaps;       /* Array of data map records. */
+               dataMaps;/* Array of data map records. */
   public:
   DEFINE_SIZE_ARRAY (16, dataMaps);
 };