summaryrefslogtreecommitdiff
path: root/src/hb-subset.cc
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2018-12-12 21:21:26 -0500
committerBehdad Esfahbod <behdad@behdad.org>2018-12-12 21:21:26 -0500
commit576103132945c9d916514720d4034b398e099cfa (patch)
treed7e09fef993c6eaecba3f2487661b548a7a72f88 /src/hb-subset.cc
parent798e98c47bd9fa4d434487ae92e2c88ebb8a19a5 (diff)
downloadharfbuzz-576103132945c9d916514720d4034b398e099cfa.tar.gz
[subset] Minor
Diffstat (limited to 'src/hb-subset.cc')
-rw-r--r--src/hb-subset.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/hb-subset.cc b/src/hb-subset.cc
index 22e9192e..1a6a5e06 100644
--- a/src/hb-subset.cc
+++ b/src/hb-subset.cc
@@ -221,9 +221,9 @@ _should_drop_table (hb_subset_plan_t *plan, hb_tag_t tag)
case HB_TAG ('V', 'D', 'M', 'X'): /* hint table, fallthrough */
return plan->drop_hints;
// Drop Layout Tables if requested.
- case HB_TAG ('G', 'D', 'E', 'F'): /* temporary */
- case HB_TAG ('G', 'P', 'O', 'S'): /* temporary */
- case HB_TAG ('G', 'S', 'U', 'B'): /* temporary */
+ case HB_OT_TAG_GDEF:
+ case HB_OT_TAG_GPOS:
+ case HB_OT_TAG_GSUB:
return plan->drop_layout;
// Drop these tables below by default, list pulled
// from fontTools: