|
|
|
@ -181,7 +181,7 @@ _populate_gids_to_retain (hb_subset_plan_t* plan, |
|
|
|
|
const hb_set_t *input_glyphs_to_retain, |
|
|
|
|
bool close_over_gsub, |
|
|
|
|
bool close_over_gpos, |
|
|
|
|
bool close_over_gdef) |
|
|
|
|
bool close_over_gdef) |
|
|
|
|
{ |
|
|
|
|
OT::cmap::accelerator_t cmap; |
|
|
|
|
OT::glyf::accelerator_t glyf; |
|
|
|
@ -349,7 +349,7 @@ hb_subset_plan_create (hb_face_t *face, |
|
|
|
|
input->glyphs, |
|
|
|
|
!input->drop_tables->has (HB_OT_TAG_GSUB), |
|
|
|
|
!input->drop_tables->has (HB_OT_TAG_GPOS), |
|
|
|
|
!input->drop_tables->has (HB_OT_TAG_GDEF)); |
|
|
|
|
!input->drop_tables->has (HB_OT_TAG_GDEF)); |
|
|
|
|
|
|
|
|
|
_create_old_gid_to_new_gid_map (face, |
|
|
|
|
input->retain_gids, |
|
|
|
|