commit | 3ac03bd67cb9f4a72e636bf56bc4a79e04bcba62 | [log] [tgz] |
---|---|---|
author | Ebrahim Byagowi <ebrahim@gnu.org> | Mon Jul 22 23:35:08 2019 +0430 |
committer | Behdad Esfahbod <behdad@behdad.org> | Thu Jul 25 17:49:51 2019 -0700 |
tree | ef27c0ad271477140f30ed1f974666993a7e53fd | |
parent | aab8e084873eb098c55ed2569c15bb308c59e436 [diff] [blame] |
[meta] New API, hb_ot_metadata_reference_entry for fetching meta entries
diff --git a/src/hb-ot-face-table-list.hh b/src/hb-ot-face-table-list.hh index 4ec622c..97fb765 100644 --- a/src/hb-ot-face-table-list.hh +++ b/src/hb-ot-face-table-list.hh
@@ -62,7 +62,9 @@ #ifndef HB_NO_STAT HB_OT_TABLE (OT, STAT) #endif -//HB_OT_TABLE (OT, meta) +#ifndef HB_NO_META +HB_OT_ACCELERATOR (OT, meta) +#endif /* Vertical layout. */ HB_OT_TABLE (OT, vhea)