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

Fix builds

上级 8694d608
...@@ -53,6 +53,7 @@ _add_gid_and_children (const OT::glyf::accelerator_t &glyf, ...@@ -53,6 +53,7 @@ _add_gid_and_children (const OT::glyf::accelerator_t &glyf,
} }
} }
#ifndef HB_NO_SUBSET_CFF
static inline void static inline void
_add_cff_seac_components (const OT::cff1::accelerator_t &cff, _add_cff_seac_components (const OT::cff1::accelerator_t &cff,
hb_codepoint_t gid, hb_codepoint_t gid,
...@@ -65,6 +66,7 @@ _add_cff_seac_components (const OT::cff1::accelerator_t &cff, ...@@ -65,6 +66,7 @@ _add_cff_seac_components (const OT::cff1::accelerator_t &cff,
hb_set_add (gids_to_retain, accent_gid); hb_set_add (gids_to_retain, accent_gid);
} }
} }
#endif
static inline void static inline void
_gsub_closure (hb_face_t *face, hb_set_t *gids_to_retain) _gsub_closure (hb_face_t *face, hb_set_t *gids_to_retain)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册