commit | 574d888c8a409295a952361a39c8e83a52a0fc3d | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <[email protected]> | Sun Nov 25 16:51:22 2018 -0500 |
committer | Behdad Esfahbod <[email protected]> | Sun Nov 25 16:51:22 2018 -0500 |
tree | 8d1242ecf09aef0852f065fddbd30066f18b0a57 | |
parent | 4151c2848d8df75b6d0a4f5d79bee843158aa4a4 [diff] [blame] |
[aat] Ignore GSUB table of Muthu Foundry if they have morx table Fixes https://github.com/harfbuzz/harfbuzz/issues/1410
diff --git a/src/hb-ot-layout-gpos-table.hh b/src/hb-ot-layout-gpos-table.hh index 907fd46..2589218 100644 --- a/src/hb-ot-layout-gpos-table.hh +++ b/src/hb-ot-layout-gpos-table.hh
@@ -1643,6 +1643,9 @@ inline bool sanitize (hb_sanitize_context_t *c) const { return GSUBGPOS::sanitize<PosLookup> (c); } + HB_INTERNAL bool is_blacklisted (hb_blob_t *blob, + hb_face_t *face) const; + typedef GSUBGPOS::accelerator_t<GPOS> accelerator_t; };