Fix builds

This commit is contained in:
Behdad Esfahbod 2019-05-12 11:08:45 -07:00
parent 8694d60829
commit a20db496f0
1 changed files with 2 additions and 0 deletions

View File

@ -53,6 +53,7 @@ _add_gid_and_children (const OT::glyf::accelerator_t &glyf,
}
}
#ifndef HB_NO_SUBSET_CFF
static inline void
_add_cff_seac_components (const OT::cff1::accelerator_t &cff,
hb_codepoint_t gid,
@ -65,6 +66,7 @@ _add_cff_seac_components (const OT::cff1::accelerator_t &cff,
hb_set_add (gids_to_retain, accent_gid);
}
}
#endif
static inline void
_gsub_closure (hb_face_t *face, hb_set_t *gids_to_retain)