summaryrefslogtreecommitdiff
path: root/src/hb-aat-layout-trak-table.hh
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2018-03-14 16:31:53 +0100
committerBehdad Esfahbod <behdad@behdad.org>2018-03-15 07:47:02 -0700
commita0dccb6188d7a9174643c7239041cb1a5300b957 (patch)
treecccc9a2d9c831887e238674ad303a2147262bc91 /src/hb-aat-layout-trak-table.hh
parent56946d21c0696ed6a098434537979396171c9bfb (diff)
Add NameID
Diffstat (limited to 'src/hb-aat-layout-trak-table.hh')
-rw-r--r--src/hb-aat-layout-trak-table.hh8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/hb-aat-layout-trak-table.hh b/src/hb-aat-layout-trak-table.hh
index 5767b116..ab743733 100644
--- a/src/hb-aat-layout-trak-table.hh
+++ b/src/hb-aat-layout-trak-table.hh
@@ -56,11 +56,11 @@ struct TrackTableEntry
}
protected:
- Fixed track; /* Track value for this record. */
- HBUINT16 trackNameID; /* The 'name' table index for this track */
+ Fixed track; /* Track value for this record. */
+ NameID trackNameID; /* The 'name' table index for this track */
OffsetTo<UnsizedArrayOf<FWORD> >
- values; /* Offset from start of tracking table to
- * per-size tracking values for this track. */
+ values; /* Offset from start of tracking table to
+ * per-size tracking values for this track. */
public:
DEFINE_SIZE_STATIC (8);