提交 d2ff73b2 编写于 作者: B Behdad Esfahbod

[config] Remove remaining AAT context bits if HB_NO_OT_KERN

Part of https://github.com/harfbuzz/harfbuzz/issues/1652
上级 588697af
......@@ -43,8 +43,8 @@
* hb_aat_apply_context_t
*/
/* Note: This context is used for kerning, even without AAT, hence the code location
* before HB_NO_AAT conditional below. */
/* Note: This context is used for kerning, even without AAT, hence the condition. */
#if !defined(HB_NO_AAT) || !defined(HB_NO_OT_KERN)
AAT::hb_aat_apply_context_t::hb_aat_apply_context_t (const hb_ot_shape_plan_t *plan_,
hb_font_t *font_,
......@@ -72,6 +72,8 @@ void
AAT::hb_aat_apply_context_t::set_ankr_table (const AAT::ankr *ankr_table_)
{ ankr_table = ankr_table_; }
#endif
#ifndef HB_NO_AAT
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册