minor spacing tweak
This commit is contained in:
parent
07c43b8cf6
commit
58a5961ca1
@ -181,7 +181,7 @@ _populate_gids_to_retain (hb_subset_plan_t* plan,
|
|||||||
const hb_set_t *input_glyphs_to_retain,
|
const hb_set_t *input_glyphs_to_retain,
|
||||||
bool close_over_gsub,
|
bool close_over_gsub,
|
||||||
bool close_over_gpos,
|
bool close_over_gpos,
|
||||||
bool close_over_gdef)
|
bool close_over_gdef)
|
||||||
{
|
{
|
||||||
OT::cmap::accelerator_t cmap;
|
OT::cmap::accelerator_t cmap;
|
||||||
OT::glyf::accelerator_t glyf;
|
OT::glyf::accelerator_t glyf;
|
||||||
@ -349,7 +349,7 @@ hb_subset_plan_create (hb_face_t *face,
|
|||||||
input->glyphs,
|
input->glyphs,
|
||||||
!input->drop_tables->has (HB_OT_TAG_GSUB),
|
!input->drop_tables->has (HB_OT_TAG_GSUB),
|
||||||
!input->drop_tables->has (HB_OT_TAG_GPOS),
|
!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,
|
_create_old_gid_to_new_gid_map (face,
|
||||||
input->retain_gids,
|
input->retain_gids,
|
||||||
|
@ -199,7 +199,7 @@ main (int argc, char **argv)
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
FcChar8 *s;
|
FcChar8 *s;
|
||||||
|
|
||||||
s = FcPatternFormat (fs->fonts[j], format);
|
s = FcPatternFormat (fs->fonts[j], format);
|
||||||
if (s)
|
if (s)
|
||||||
|
Loading…
Reference in New Issue
Block a user