From 6b372f439b257808b048d02ebf5a867dabcd1231 Mon Sep 17 00:00:00 2001 From: Garret Rieger Date: Thu, 22 Feb 2018 12:00:00 -0800 Subject: [PATCH] [subset] In hb-ot-hdmx-table, s/glyf/hdmx. --- src/hb-ot-hdmx-table.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hb-ot-hdmx-table.hh b/src/hb-ot-hdmx-table.hh index 6bf492cb..90d7448b 100644 --- a/src/hb-ot-hdmx-table.hh +++ b/src/hb-ot-hdmx-table.hh @@ -37,7 +37,7 @@ namespace OT { struct hdmx { - static const hb_tag_t tableTag = HB_OT_TAG_glyf; + static const hb_tag_t tableTag = HB_OT_TAG_hdmx; struct DeviceRecord { -- GitLab