summaryrefslogtreecommitdiff
path: root/src/hb-ot-hmtx-table.hh
diff options
context:
space:
mode:
authorYoungbok Shin <youngb.shin@samsung.com>2017-07-11 19:18:08 +0900
committerYoungbok Shin <youngb.shin@samsung.com>2017-07-11 19:18:08 +0900
commite3a9d0d2fe726180a0456893d22d4aaa3ddb8931 (patch)
treef283c5d649f98c68c05aeb7665979dd7ac21e54c /src/hb-ot-hmtx-table.hh
parente8e3a59d74b93e80f83e2fbd41cc23fd205f47f6 (diff)
downloadharfbuzz-e3a9d0d2fe726180a0456893d22d4aaa3ddb8931.tar.gz
harfbuzz-e3a9d0d2fe726180a0456893d22d4aaa3ddb8931.tar.bz2
harfbuzz-e3a9d0d2fe726180a0456893d22d4aaa3ddb8931.zip
Imported Upstream version 1.4.6upstream/1.4.6
Diffstat (limited to 'src/hb-ot-hmtx-table.hh')
-rw-r--r--src/hb-ot-hmtx-table.hh8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/hb-ot-hmtx-table.hh b/src/hb-ot-hmtx-table.hh
index a9606b3..30aa625 100644
--- a/src/hb-ot-hmtx-table.hh
+++ b/src/hb-ot-hmtx-table.hh
@@ -50,10 +50,8 @@ struct LongMetric
DEFINE_SIZE_STATIC (4);
};
-struct _mtx
+struct hmtxvmtx
{
- static const hb_tag_t tableTag = HB_TAG('_','m','t','x');
-
static const hb_tag_t hmtxTag = HB_OT_TAG_hmtx;
static const hb_tag_t vmtxTag = HB_OT_TAG_vmtx;
@@ -91,10 +89,10 @@ struct _mtx
DEFINE_SIZE_ARRAY2 (0, longMetric, leadingBearingX);
};
-struct hmtx : _mtx {
+struct hmtx : hmtxvmtx {
static const hb_tag_t tableTag = HB_OT_TAG_hmtx;
};
-struct vmtx : _mtx {
+struct vmtx : hmtxvmtx {
static const hb_tag_t tableTag = HB_OT_TAG_vmtx;
};